hi all
i have the following query, i need to get the max count from a table
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
Code:
select max(count(*)) from buys group by v_id
plzzz help
Comment