Re: pl/sql forcing RHS of = in where clause to be variable?
From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Tue, 01 Jul 2008 23:25:26 +0200
Message-ID: <486AA0C6.5060203@gmail.com>
Date: Tue, 01 Jul 2008 23:25:26 +0200
Message-ID: <486AA0C6.5060203@gmail.com>
mh_at_pixar.com schrieb:
> x to be a variable? Or should I do
>
> myx := x;
> select * from foo where x=myx;
>
> This is in the context of a parameter name of a public
> function, so I don't want to do the obvious choice
> of renaming the variable.
I don't think, you have too many choices.
Best regards
Maxim Received on Tue Jul 01 2008 - 16:25:26 CDT