Created
December 22, 2015 21:59
-
-
Save hattmarris/42992bdf5af96b2e625e to your computer and use it in GitHub Desktop.
MySQL
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
# tabular view of data with scrolling | |
mysql> pager less -SFX | |
mysql> SELECT * FROM sometable; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment