Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Dynamic stored procedure
I try to create a dynamic stored procedure to do aan insert on a table..
The parameter i need to have is the table name.
thus my sql syntax look like "INSERT INTO " || MyTableName || " ( ID ) values ( " || mySequenceID || " ) ";
I suppose that a should use the DBMS_SQL objet...
but what is the syntax
???
Mike Received on Fri Mar 31 2000 - 08:27:45 CST
![]() |
![]() |