joshuaguilty
Programmer
I have ten tables.
eg. Table1, table2, table3..
I would like to get the total count of records for each table and put the result into a temp table and the format in the new table is
table1 123
table2 33335
table3 903
..
Thanks.
eg. Table1, table2, table3..
I would like to get the total count of records for each table and put the result into a temp table and the format in the new table is
table1 123
table2 33335
table3 903
..
Thanks.