开发者

remove enter mark in varchar column

My Data has "enter" mark in one of the columns. How do I remove it and display the text 开发者_开发技巧on a single line? phpMyAdmin does show that word on 2 lines.


update table set field=replace(field, "\n", "");
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜