travisbrown
Technical User
- Dec 31, 2001
- 1,016
Is there a way to return a boolean value based on whether the rs returns any records or not?
Basically,
SELECT variableInteger
FROM (SELECT integerColumn FROM tbl)
If it finds the variable value in the array, return 'true', if not, return 'false'
Thanks kindly.
Basically,
SELECT variableInteger
FROM (SELECT integerColumn FROM tbl)
If it finds the variable value in the array, return 'true', if not, return 'false'
Thanks kindly.