Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> how to create a INSERT-SQL-String and execute it in PL/SQL?
Hi!
I like to create a stored procedure, where i can create a INSERT-SQL-String
and execute it like this:
SQL := "INSERT INTO T_Test ...";
EXECUTE(SQL);
Thank you,
Ralf
Received on Tue Aug 26 2003 - 06:20:14 CDT
![]() |
![]() |