Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Transform text for IN clause?
You could write a function like...
return
end
your select could be:
SELECT * FROM x
WHERE c IN (SELECT * FROM udtTheFunction(@variable))
Bryce Received on Wed Mar 09 2005 - 08:25:22 CST
![]() |
![]() |