Problem of max(count(*)) -
10-02-2003
, 01:00 AM
Can someone tell me why the following sql statement cannot retrieve the
maximum count of the record:
SELECT col, max(count(*)) FROM table
GROUP BY col
And also, can I use one sql statement to retrieve the maximum count of the
record? If not, how?
Thank you more!! |