Last active
September 30, 2018 22:39
-
-
Save mikeybeck/ce740aa75ce5b569b6d9bd7608b44ec0 to your computer and use it in GitHub Desktop.
[Get rows from database table in Tinker] #SQL #tinker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DB::select('SELECT * FROM table WHERE column = 'value' ORDER BY id LIMIT limit') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment