Skip to content

Instantly share code, notes, and snippets.

@danman01
Last active March 2, 2019 14:03
Show Gist options
  • Save danman01/db67b11f9b0210180c51335a6f76f77d to your computer and use it in GitHub Desktop.
Save danman01/db67b11f9b0210180c51335a6f76f77d to your computer and use it in GitHub Desktop.
-- 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