Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL Catch*22?
> using dynamic
> SQL for the DML is a bit of a crude workaround as I think that would
> make the usual PL/SQL DML operations rather cumbersome or even
> unworkable.
Nothing crude about dynamic SQL. You can create the table dynamically, then
do insert, update, delete, select dynamically. Sure, it's a complex, tricky
thing to write, but think how much you'll learn.
-djc
Received on Fri Nov 07 1997 - 00:00:00 CST
![]() |
![]() |