Subject | Re: [firebird-support] stored procedures and sqlcode |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-06-22T12:22:52Z |
Correction:
if ( exists ( select... from... where... ) ) then
PV
> if exists ( select... from... where... ) thenshould be:
if ( exists ( select... from... where... ) ) then
PV