automaticbaby
Technical User
I have a form which imports records from a csv file. I need to copy records that are based on the file and then copy the same data while only changing one column value.
For example, a column named Product has a value of YZ that was imported. Can I copy all the data from the rows that have Product = YZ and then change the YZ to XY in the inserted rows?
Would this be possible with SQL in one statement?
For example, a column named Product has a value of YZ that was imported. Can I copy all the data from the rows that have Product = YZ and then change the YZ to XY in the inserted rows?
Would this be possible with SQL in one statement?