Counting the number of items in a MySQL database
Posted: Thu May 31, 2007 11:31 am
I have a database that tracks projects, a link to the document, if there are updates and (if there are) links to the updates. The information is actually in two tables: the first contains the information on the projects with a flag to say whether or not there are updates. The update table has all the information about the updates and a column to JOIN the two databases.
How do I count (to set up a loop) the number of updates for each project?
Thanks!
How do I count (to set up a loop) the number of updates for each project?
Thanks!