Hi,
I'm trying to do an insert using a select statement for an Oracle database.
I want to copy a set of records from the same table but with different values for some of the fields. (i.e. different dates)
Is this possible without having to insert each record separately???
I'm trying to do an insert using a select statement for an Oracle database.
I want to copy a set of records from the same table but with different values for some of the fields. (i.e. different dates)
Is this possible without having to insert each record separately???