I would like to return ONE ROW if possible from a query that would tell
me
whether a value exists in a table. I've tried:
SELECT FieldValueIn, COUNT(*) FROM TableOfInterest WHERE
FieldValueIn=ValueOfInterest GROUP BY FieldValueIn;
I can't seem to figure out how to test the return results to see if
there is no
rows with that value. Any help soon would be very nice.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]