Last active
August 29, 2015 14:03
-
-
Save MicTech/103d8c1e5ffc253375e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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