Palli
10-06-2008, 10:53 AM
I have a database of 300,000 entries. All have an id field. I want to find out who has the most entries in the database.... is this possible. I can't seem to find anything online.
I have tried
SELECT COUNT(id)
FROM myTable
I have tried
SELECT COUNT(id)
FROM myTable