Skip to content

Instantly share code, notes, and snippets.

@cloverink
Last active August 24, 2023 10:01
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 cloverink/916d0ba2dfacef91a6b7a9005c315b6c to your computer and use it in GitHub Desktop.
Save cloverink/916d0ba2dfacef91a6b7a9005c315b6c to your computer and use it in GitHub Desktop.
list all table from schema
SELECT * FROM information_schema.tables
WHERE table_schema = '[schema_name]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment