Using only SQLite and SQL, is there a way to get a count of rows in each
table in the database?

I know I can do this via an external application to query sqlite_master
and using that list, query a row count of each table, but would prefer
to find a pure SQL way if possible.

Thanks,

Noah



CONFIDENTIALITY NOTICE: 
This message may contain confidential and/or privileged information. If you are 
not the addressee or authorized to receive this for the addressee, you must not 
use, copy, disclose, or take any action based on this message or any 
information herein. If you have received this message in error, please advise 
the sender immediately by reply e-mail and delete this message. Thank you for 
your cooperation.




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to