Skip to content

Instantly share code, notes, and snippets.

@mbylstra
Created November 27, 2013 09:48
Show Gist options
  • Select an option

  • Save mbylstra/7673182 to your computer and use it in GitHub Desktop.

Select an option

Save mbylstra/7673182 to your computer and use it in GitHub Desktop.
mysql> pager less; # use less for paging
mysql> SELECT * FROM something \G #one field per line (good for wide tables)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment