Skip to content

Instantly share code, notes, and snippets.

@ilmari
Created August 30, 2011 14:23
Show Gist options
  • Save ilmari/1181009 to your computer and use it in GitHub Desktop.
Save ilmari/1181009 to your computer and use it in GitHub Desktop.
mysql> select name from school_region where name != '' order by name;
+------------------+
| name |
+------------------+
| East |
| East Midlands |
| London |
| North East |
| North West |
| Northern Ireland |
| Scotland |
| South East |
| South West |
| Wales |
| West Midlands |
| Yorkshire |
+------------------+
12 rows in set (0.02 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment