H
henry.siemon
I've just built a database by importing about 50 tables that have a
lot of data. In order to check that these tables were imported
correctly, I would like to write a SQL query that returns the TABLE
NAME and NUMBER OF ROWS in each table so that the query results will
look like this....
Table_Name Number_of_Rows
Table 1 4532
Table 2 24234
Table 3 234223
etc. etc.
Any idea how to accomplish this?
lot of data. In order to check that these tables were imported
correctly, I would like to write a SQL query that returns the TABLE
NAME and NUMBER OF ROWS in each table so that the query results will
look like this....
Table_Name Number_of_Rows
Table 1 4532
Table 2 24234
Table 3 234223
etc. etc.
Any idea how to accomplish this?