Skip to content

Instantly share code, notes, and snippets.

@javiervidal
Created August 3, 2010 06:56
Show Gist options
  • Save javiervidal/505963 to your computer and use it in GitHub Desktop.
Save javiervidal/505963 to your computer and use it in GitHub Desktop.
records in each table
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