Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> How to pass a table name into procedure ?
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:02:12 CDT
![]() |
![]() |