Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: How to pass a table name into procedure ?
try create procedure qq()
...
select ...
<majapu_at_poczta.onet.pl> schreef in berichtnieuws 39e42c97$1_at_news.vogel.pl...
> I'd like to pass a table name into procedure, for example
>
> CREATE PROCEDURE QQ(table_name IN ...)
> ...
> SELECT * FROM table_name ;
> ...
>
> How to do that ?
> Thanks
> Mariusz
>
>
>
>
Received on Wed Oct 11 2000 - 04:18:48 CDT
![]() |
![]() |