Subject | RE: [firebird-support] Strange behaviour |
---|---|
Author | Bogdan Mugerli |
Post date | 2003-11-27T14:25:47Z |
>>No. You should get an exception in the first case and the PSQL in theI have to correct myself (to many windows opened :-)
>>second case should fail to compile. rdb$procedures doesn't have a column
>>called rdb$procedures.
>>Is your problem description correct?
>>heLen
if i do
select count(*) from rdb$procedures rp where rp.rdb$procedure_name =
:oime_procedure
then the result is correct
if i do
if (exists(select * from rdb$procedures rp where rp.rdb$procedure_name =
:oime_procedure)) then ...
the result is always true
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/