Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Q: variable number of pl/sql bind variable ?
Sir:
I have a plsql block with
select xx from tab_a where xx in(:v1,:v2 and etc)
the max number of bind variables can be 0 to 1000.
One of possible solution is to use a function - where xx in(select * from a <function>). I am looking for an example of this sort.
Thanks in advance
Ted
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Dec 02 1999 - 10:10:53 CST
![]() |
![]() |