You might try the count parameter in conjuction with the SELECT command. It will return a number equal to the rows that match the Select, rather than returning the rows. Also, if you only need to know if a least one record meets the condition, you can use the limit parameter along with the count in the Select.
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.