mysql 查找和替换
我正在尝试替换一堆非 UTF-8 字符
即/ –
这是我的查询:
SELECT * FROM `tbl_act` WHERE `actDesc` LIKE '%’%' -
如何用字符“\”将其形成“查找和替换”???
I'm trying to replace a bunch of no UTF-8 characters
ie/ ’
Here's my query:
SELECT * FROM `tbl_act` WHERE `actDesc` LIKE '%’%' -
How can I form this to 'Find And Replace' with the characters: "\'" ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用自 http://www.mediacollege.com/computer/database/mysql /find-replace.html
Referred from http://www.mediacollege.com/computer/database/mysql/find-replace.html