Subject Strange behaviour
Author Bogdan Mugerli
Hi

Firebird 1.0.3
WIN 2000 P

if i do
select count(*) from rdb$procedures rp where rp.rdb$procedures =
:oime_procedure
then the result is correct

if i do
if (exists(select * from rdb$procedures rp where rp.rdb$procedures =
:oime_procedure)) then ...
the result is always true

Is this ok ??

Regards
Bogdan Mugerli