Hi all,
Am learning MySQL now,how to use the load data into file when updating data from csv file.Already I loaded csv file using "load data local infile ...".Now my need is if any change in csv file happens that should be updated in my database using load data statement.Can anyone help me on this?