Counting multiple entries in a MySQL database?
- by Aaron
Hi all,
I'm trying to count multiple entries in a MySQL database, I know how to use COUNT(), but the exact syntax I want to get the results I need eludes me.
The problem:
Table structure: ID, CODE, AUTHOR, COUNTRY, TIMESTAMP.
Code, Author and Country overlap many times in the table. I am trying to discover if there is one simple query that can…