Skip to content

Instantly share code, notes, and snippets.

@skounis
Created February 23, 2022 15:52
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 skounis/f9efc1410fb2fbd6697602caa9314c4e to your computer and use it in GitHub Desktop.
Save skounis/f9efc1410fb2fbd6697602caa9314c4e to your computer and use it in GitHub Desktop.
Show the records of all tables
SELECT table_name, table_rows FROM INFORMATION_SCHEMA.TABLES [WHERE TABLE_SCHEMA = '**YOUR SCHEMA**';]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment