Skip to content

Instantly share code, notes, and snippets.

@hattmarris
Created December 22, 2015 21:59
Show Gist options
  • Save hattmarris/42992bdf5af96b2e625e to your computer and use it in GitHub Desktop.
Save hattmarris/42992bdf5af96b2e625e to your computer and use it in GitHub Desktop.
MySQL
# 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