在java中用\n
但在SQL中
char(9) 表示水平制表符 (tab键 \t)
char(10) 表示换行键 (\n)
char(13) 表示回车键 (\r)
如替换回车
replace(src_txt,char(13),'')