Last active
March 2, 2019 14:03
-
-
Save danman01/db67b11f9b0210180c51335a6f76f77d 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
-- return all public tables | |
SELECT * FROM information_schema.tables WHERE table_schema = 'public' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment