-- 字符之間加換行 需要插入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));
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/219599.html
標籤:其他
上一篇:有關使用PLSQL Developer時出現報錯ora-12514解決的方法
下一篇:MySQL字串添加換行符
