I have a SQL statement thats basically the following
select * from table group by A Having A = "Something"
Problem is I need to display all records for B that are under 7
select Count(A) as Count from table group by A,B Having A= "Something" and B <= 7
But if I do it this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.