hi friends.
i had to execute this query,but it post a error saying"its not a group function"
The query is "select name,count(trai ningdates) from tablenames group by having count(trainingd ates)<=5 and tablename.train erid=tablename. trainerid
i need to compare the count function and join query using where clause,can any body help me please
i had to execute this query,but it post a error saying"its not a group function"
The query is "select name,count(trai ningdates) from tablenames group by having count(trainingd ates)<=5 and tablename.train erid=tablename. trainerid
i need to compare the count function and join query using where clause,can any body help me please
Comment