I want to display the number of records in a DB with no other info. I thought COUNT would do it, but according to my book, it has to be used with another arguement (usually SELECT).
I have a DB for registrations, and I want to display the total number of registrations. Can someone help me out?