Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created November 26, 2015 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamsebastian/479907d6384874a3da85 to your computer and use it in GitHub Desktop.
Save iamsebastian/479907d6384874a3da85 to your computer and use it in GitHub Desktop.
GET ALL blz TABLES
SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE COLUMN_NAME='blz' AND (COLUMN_KEY>'');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment