Skip to content

Instantly share code, notes, and snippets.

@MicTech
Last active August 29, 2015 14:03
Show Gist options
  • Save MicTech/103d8c1e5ffc253375e3 to your computer and use it in GitHub Desktop.
Save MicTech/103d8c1e5ffc253375e3 to your computer and use it in GitHub Desktop.
SELECT user_name FROM v_catalog.users;
SELECT database_name FROM databases;
SELECT schema_name FROM v_catalog.schemata;
SELECT table_name FROM tables WHERE table_schema = 'my_schema';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment