Use of Minimum and Count in sql -
Can you use minimum (count ()) to find the smallest number of entries
Or is there a way to do this?
You can use this method,
select minutes (COP) from SELECT COUNT (colName) cnt to group name GROUP BY ...) s
Can you use minimum (count ()) to find the smallest number of entries
Or is there a way to do this?
You can use this method,
select minutes (COP) from SELECT COUNT (colName) cnt to group name GROUP BY ...) s
Comments
Post a Comment