Subject | Re: [firebird-support] "for select" and break |
---|---|
Author | Milan Babuskov |
Post date | 2003-09-06T06:32:15Z |
Henrik Sitter wrote:
for select aValue
from aTable
where aVariable <> :anInputVariable
into aVariable
do
...
--
Milan Babuskov
http://fbexport.sourceforge.net
> Hello,Why don't you just do:
>
> I would like to do something like:
>
> for select aValue
> from aTable
> into aVariable
> do
> begin
> if (aVariable = anInputVariable) then
> break;
> end
for select aValue
from aTable
where aVariable <> :anInputVariable
into aVariable
do
...
--
Milan Babuskov
http://fbexport.sourceforge.net