Subject conditions on results
Author Alberto Pesce
Hi all

What condition can I use for this (look example) in a store procedure? Note than in this table there aren't a not null rows


SELECT code
FROM table
WHERE code = :myInput

IF ( /* no result */) then
begin
exception myException;
suspend;
end
ELSE
....
....


Thank's a lot
Alberto


[Non-text portions of this message have been removed]