我正在尝试将一些数据导入数据库,但是它没有运行导入?它只返回'>。 TBH,我不知道我在做什么。文件data.csv确实存在。
mysql> load data local infile 'data.csv' into table table fields terminated by ','
enclosed by '"' lines (language|merchant_thumb_url|model_number|mpn|parent_product_id|
pre_order|product_type|promotional_text|rrp_price|specifications|
stock_quantity|store_price|upc|valid_from|valid_to|warranty|web_offer);
'>
'>
'>