Subject | conditions on results |
---|---|
Author | Alberto Pesce |
Post date | 2006-02-07T14:52Z |
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]
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]