|
| Emulatiing CASE WHEN in Firebird 1.0 |
 |
Sun, 16 Mar 2008 07:34:17 -050 |
Hi friends,
In firebird 1.5 there is a very useful CASE WHEN clause. Does anybody know if
there is a way to emulate it in firebird 1.0?
Thanks for any tip
Jaime Escobal
|
| Post Reply
|
| Re: Emulatiing CASE WHEN in Firebird 1.0 |
 |
Mon, 17 Mar 2008 10:19:15 +010 |
Jaime Escobal schrieb:
> In firebird 1.5 there is a very useful CASE WHEN clause. Does anybody know
if there is a way to emulate it in firebird 1.0?
As far as I know the only way is to create a "selectable" stored
procedure and use nested IF...THEN statements.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|