Subject | Strange behaviour |
---|---|
Author | Bogdan Mugerli |
Post date | 2003-11-27T12:40:14Z |
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
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