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

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

java - Reaching JTextField in a DocumentListener -

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