I am trying to do something real simple and have been pounding my head against the wall for the last hour trying to figure it out.
I need to return all data in a row that doesnt contain a decimal.
I was trying something like this:
Select Col from Tbl where not exists (
Select Col from...
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.