On Thu, 28 Aug 2003, Alex wrote:
> Hi,
> when I run a SELECT INTO and the result is 0 or zero row, then I still
> get a positive result if
> using IF FOUND THEN....
Works for me in 7.3.x. What are you using? Are you perhaps doing something
like:
select count(*) from mytable
which will of course find something even if there are no rows in the
table.
--
Nigel Andrews