Hi Monks,
I am working on Perl with Oracle. My query will return zero or 1 row but I need to put a condition to check how many rows my query returned
I have tried
count is incomplete before all rows fetched.
The above function I am writing after
only
Please help me to find out the function for counting the number of rows the query returns
Thanks