I am creating a stored procedure (in IDS 9.40) which among other
others has a SELECT query. The flow of the procedure depends on the
number of results returned by the query.
Also the query populates some variables so I have to run a query and
not a count query.
Is there any way to get the number of results returned without having
to run a second query with a count in it?
Thank you,
>> Stay informed about: getting the number of returned rows from a select query