Subject record count
Author raptor@unacs.bg
hi,

Is there a way to see if there is atleast one record returned w/o making seperate SELECT COUNT(*) FROM ...
And this via Perl DBI ...
I dont care about the exact count, just want to know is there something returnet or not ?
some variable to state this condition or something else ?!
any idea ?

raptor@...