This is the select statement I have now...
select distinct(float), count(id) from data_table
where float in
(select distinct(float) from data_table
where (
(sd="ab") and
( float >= 0.000000 and float <= 200000.000000 )))
group by float,sd HAVING (sd = "ab") or (sd =...
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.