Hi All,
I want to select data from emp table and store them in a pl/sql table.
After storing them in the pl/sql table i want to insert the records into emp1 from pl/sql table .
Note:While inserting records into emp1 i don't want any loops.
Please help me in this.
Thanks,
Dilip
I want to select data from emp table and store them in a pl/sql table.
After storing them in the pl/sql table i want to insert the records into emp1 from pl/sql table .
Note:While inserting records into emp1 i don't want any loops.
Please help me in this.
Thanks,
Dilip
Comment