Hello,
you use two group function MAX and COUNT in one statement, but there is only on group by function. So the error will be "no group ..."
The count is already the maximum in the group col, but if you need the
maximum of all col the use
SELECT max(count(*)) FROM table
Hope that helps
Manfred Peter
Alligator Company Software GmbH
http://www.alligatorsql.com