在mysql中搜索(波斯语) [英] search in mysql ( persian)

查看:69
本文介绍了在mysql中搜索(波斯语)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在mysql中搜索(波斯语)
在mysql中搜索(波斯语)
在mysql中搜索(波斯语)

search in mysql ( persian)
search in mysql ( persian)
search in mysql ( persian)

推荐答案

不要重复自己.
不要重复自己.
不要重复自己.

( http://en.wikipedia.org/wiki/Don%27t_repeat_yourself [ http://dev.mysql.com/doc/refman/5.0/en /charset-unicode.html [ ^ ].

使用参数化查询.

-SA
Don''t repeat yourself.
Don''t repeat yourself.
Don''t repeat yourself.

(http://en.wikipedia.org/wiki/Don%27t_repeat_yourself[^].)

As to the Persian text in MySQL, it has never been a problem.

Please see: http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html[^].

Use parametrized queries.

—SA


SELECT *
FROM MYTABLE
WHERE MYCOLUMN Like '%text to search%'


这篇关于在mysql中搜索(波斯语)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆