MadnessRed Posted June 25, 2008 Share Posted June 25, 2008 count number of entries in a database ok, so I have a list of entries in a database. I want to tell the user how many there are. How would I go about that? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 25, 2008 Share Posted June 25, 2008 COUNT(*) FROM tablename Quote Link to comment Share on other sites More sharing options...
MadnessRed Posted June 25, 2008 Author Share Posted June 25, 2008 ok thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.