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    

Comments

Popular posts from this blog

php - How to filter values fetched from database on the basic of comma included? -

excel vba - How to delete Solver(SOLVER.XLAM) code -

c# - Add Image in a stackpanel based on textbox input -