SELECT table_name, table_rows FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'database_name' order by table_rows;
Last active
April 25, 2019 12:06
-
-
Save reddyweb/1ac6c1f852edb5661cf6c2361c7917ad to your computer and use it in GitHub Desktop.
find out which table has more records mysql
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment