How to LOAD DATA INFILE in mysql with first col being Auto Increment?

后端 未结 7 2000
离开以前
离开以前 2020-11-30 02:05

Currently, We have a table similar to this:

---------------------
ID | AField | BField|
---------------------

The ID is Auto Increment

7条回答
  •  独厮守ぢ
    2020-11-30 02:45

    LINES TERMINATED BY '\r\n' 
    

    That was the key to success for me when using a text file

提交回复
热议问题