Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Insert Sysdate into a table

469192Mar 1 2006 — edited Mar 1 2006
Hello,
I created a table B that mirrors table A except that table B has a sysdate field. Now my intention is the following.
Insert into table B
select col1,col2,col3 from table A where col1 = v_col1;

table B should contain everything from table A along with sysdate (when it was inserted),
any ideas?
thanks
Sam
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2006
Added on Mar 1 2006
6 comments
297 views