Answers for "count the table indatabase"

SQL
0

count the table indatabase

SELECT count(*) AS TOTALNUMBEROFTABLES FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'tableName'

#tamilarasan nallairsun
Posted by: Guest on May-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language