Hi all,
I have 14 different tables and I want to count the number of records in each table and display the results. Ex
Select Count(Field_Name) As Column_Heading
From Table;
But I want to do this for all 14 tables. I'm close but still haven't figured it out.
Can you help?