Subject Re: [firebird-support] SP Parameter as sql statement ?
Author Helen Borrie
At 10:29 AM 21/04/2005 -0400, you wrote:

>You won't be able to go about this the way you are trying. If you are
>doing it for speed, you can make some evil hackery by passing in the
>param name (or some sort of identifier)

Not feasible without EXECUTE STATEMENT...and using EXECUTE STATEMENT would
be relatively straightforward (no hackery).

>and having a big fat CASE statement.

Having a big heap of IF..ELSEs is what you intended, right? PSQL has no
CASE statement.

./heLen