Created
February 23, 2022 15:52
-
-
Save skounis/f9efc1410fb2fbd6697602caa9314c4e to your computer and use it in GitHub Desktop.
Show the records of all tables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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