摘要: INSERT INTO mytable (myfield) VALUES (CONCAT_WS(CHAR(10 using utf8), 'hi this is some text', 'and this is a linefeed.', 'and another'));这里CHAR(10)相当于换 阅读全文
posted @ 2021-05-25 14:30 lenlewan 阅读(1864) 评论(0) 推荐(0)