Subject | Re: [firebird-support] create a stored procedure |
---|---|
Author | Markus Ostenried |
Post date | 2004-10-16T00:50:05Z |
At 17:09 Friday, 15.10.2004 -0600, Rick Roen wrote:
I think the CASE syntax is only valid in SELECT statements.
In stored procs you have to use multiple IF .. THEN .. ELSE
statements.
HTH,
markus
>I'm trying to write a stored procedure to return a conversion from "x" intoHi Rick,
>pounds to be eventually used in converting amounts in a Select.
>
>Can anyone help?
I think the CASE syntax is only valid in SELECT statements.
In stored procs you have to use multiple IF .. THEN .. ELSE
statements.
HTH,
markus