Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: variable and cusor definition
Tony wrote:
> How to pass a variable or parameter into a column name or table name into the
> cursor definition(such as 'CUSROR get_date IS SELECT &2 from &1') (not talking
> about in where clause or subselect statement).
>
> Thanks.
Use native dynamic SQL.
Daniel A. Morgan Received on Mon Jul 09 2001 - 17:33:38 CDT
![]() |
![]() |