How I can Import data from CSV to MySQL?

前端 未结 2 1101
情歌与酒
情歌与酒 2020-12-02 01:18

I have csv file with following structure:

    A   BA0011  U206    NAME    0000000000000149.00     000000.00  0000000000000118.93  S   N   N
    A   BB0011  U         


        
2条回答
  •  既然无缘
    2020-12-02 01:48

    Perhaps you could import it into a table that has all the columns (to match the CSV), then select-insert it into your target table?

提交回复
热议问题