hi all
i have the following query, i need to get the max count from a table
select max(count(*))
from buys
group by v_id
bt i have the error aggregate function calls may not be nested
plzzz help
i have the following query, i need to get the max count from a table
select max(count(*))
from buys
group by v_id
bt i have the error aggregate function calls may not be nested
plzzz help
Comment