Hi all,
I need some help, I'm trying to convert a dbms_output into an insert statement for a temporary table. My line of code previously read "dbms_output.put_line ('statement for'||m1.numref)"
I've replaced this with an insert into table set num_ref = m1.numref
What am I doing wrong please help.
Cheers Sam
I need some help, I'm trying to convert a dbms_output into an insert statement for a temporary table. My line of code previously read "dbms_output.put_line ('statement for'||m1.numref)"
I've replaced this with an insert into table set num_ref = m1.numref
What am I doing wrong please help.
Cheers Sam