Insert into the same table with the new column values
626653Sep 17 2009 — edited Sep 17 2009Hi,
I like to insert into the same table with the with new effective date and new value for one column.
For Instance:
If table ABC contains columsn UNIT
,UNION
,EFFDT
,PLAN
,GRADE
,STEP )
Il need to insert new values for UNIT and EFFDT but the remaining values could be same for columns PLAN, GRADE, STEP. I like to have a statement to select the colums from the same table and insert into the same table. Please let me know how to write sql statement for oracle.
Thanks in advance.