I need to duplicate 600 records in a data base table and make some changes along the way . Need some help on this. Basically select a table and all of its fields, duplicate the data to make new records except that two of the fields that have the same info in all of them , will be changed to have new info in them. ie;
Take all of the records in the IM_ITEMFILE table duplicate them and change the info in the MATERIAL field from CTR to C52 and change the LOCATION from 59 to 52, while leaving the original data intact .
Take all of the records in the IM_ITEMFILE table duplicate them and change the info in the MATERIAL field from CTR to C52 and change the LOCATION from 59 to 52, while leaving the original data intact .