Skip to content

Instantly share code, notes, and snippets.

@efpapado
Created May 5, 2017 06:13
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 efpapado/4cb3030b7877e2081a793428292b2495 to your computer and use it in GitHub Desktop.
Save efpapado/4cb3030b7877e2081a793428292b2495 to your computer and use it in GitHub Desktop.
tables_rows.sql
SELECT table_name, table_rows FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'wodby' ORDER BY table_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment