MySQL字符串添加换行符


-- 字符之间加换行 需要插入CHAR(10) 
1
UPDATE table1 JOIN table2 ON table1 = table2 SET table1 = 2 CONCAT( 3 jmxFilePath=, table1 , CHAR(10), 4 cd $jmxFilePath, CHAR(10), 5 rm -rf , table1 , .jtl, CHAR(10), 6 rm -rf , table1 , .html, CHAR(10), 7 ant -file $antPath/build.xml -Dtest=, table1, CHAR(10));

MySQL字符串添加换行符

上一篇:MySQL基础—删除语句


下一篇:WARNINGS: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'