Subject [ib-support] Update in SP
Author Dorin Pacurar
Hi everyone !
How can I update a table in a SP using a FOR SELECT ... clause ?

FOR SELECT <some columns> from <table> into <vars> DO BEGIN
... Here is the updating part ...
END

TIA, Dorin