mysql - Select max from subquery group by -


is possible select max of subquery. tried following select max(select count(lid) count lessons group day) , failed. suggestions?

enter image description here

select max(mycount) (select count(lid) mycount lessons group day) sub query 

i believe looking for.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -