Is there a way to load data from only one column in an excel sheet to an existinng mysql table?

后端 未结 0 1707
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 04:53

I know it is possible using LOAD keyword to import a whole table in excel into mysql, e.g.

LOAD DATA LOCAL INFILE "/path/to/boats.csv" INTO TABLE bo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题