Hi,
I've got a mySQL query that produces an empty set. For example,
SELECT id
FROM `my_table`
WHERE type = 'old'
AND neighborhoods = 'Newport'
produces an empty set. In the event that the query produces an empty set is it possible to have it return:
id
---
0
Thank you.
-Laxmidi