0
我有一個CSV字符串「寫作概念&技能」,但是,當我運行下面的代碼時,「符號符號」被轉換爲「和」字符串。爲什麼會發生這種情況,我該如何避免這種情況?&符號轉換爲和字符串在MySQL工作臺
load data local infile '~/Grade\ Levels.csv'
into table test_codes
fields terminated by ',' enclosed by '"'
lines terminated by '\r\n';
@TimBiegeleisen感謝您的回覆!所以你建議「寫作概念&技能」? – Crt
桌子上是否有觸發器可以做到這一點? – JanR
@JanR nope,表中沒有觸發器。 – Crt