Not. While LOAD DATA INFILE has the REPLACE parameter, it actually replaces the specified row, that is, removes the existing one and insert a new one.
If you configure your LOAD DATA INFILE to only insert certain columns, all the rest will be set to the default values , not the values ββthat they currently contain.
Can you modify your CSV file to contain a bunch of UPDATE statements instead? Should be fairly simple with some regular expression.
ChssPly76
source share