Skip to content

Instantly share code, notes, and snippets.

@sandheepg
Created March 8, 2017 06:18
Show Gist options
  • Select an option

  • Save sandheepg/f6fd898e5d51f2ffbe07a3c72d30935c to your computer and use it in GitHub Desktop.

Select an option

Save sandheepg/f6fd898e5d51f2ffbe07a3c72d30935c to your computer and use it in GitHub Desktop.
Formatted select query results in MySQL

To get formatted results for select statements use \G as a suffix for the query.

select * from table_name \G;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment