Heim  >  Artikel  >  Backend-Entwicklung  >  mysql中单个汉字精确查找有关问题,回帖

mysql中单个汉字精确查找有关问题,回帖

WBOY
WBOYOriginal
2016-06-13 13:46:03952Durchsuche

mysql中单个汉字精确查找问题,在线等回帖
为什么精确查找一个汉字的时候通常会有多个结果出来?结果并不是要查找的汉字,这个问题大家遇到过吗?怎么解决?

------解决方案--------------------
应该不会出现这种情况的!

PHP code


SELECT hanzi FROM `hanzi` WHERE hanzi = ‘秦'
<br><font color="#e78608">------解决方案--------------------</font><br>不会吧
<br><font color="#e78608">------解决方案--------------------</font><br>应该不会出现这样的情况的<br><br>这样子查询<br>
PHP code


SELECT hanzi FROM `hanzi` WHERE hanzi = ‘%秦%'
<br><font color="#e78608">------解决方案--------------------</font><br>对于聚合,试试下面的代码<br>set names 'gbk';<br>select hanzi from hanzi where hanzi like '%秦%'; <div class="clear">
                 
              
              
        
            </div>
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn