1. <legend id='PvBtE'><style id='PvBtE'><dir id='PvBtE'><q id='PvBtE'></q></dir></style></legend>
  2. <i id='PvBtE'><tr id='PvBtE'><dt id='PvBtE'><q id='PvBtE'><span id='PvBtE'><b id='PvBtE'><form id='PvBtE'><ins id='PvBtE'></ins><ul id='PvBtE'></ul><sub id='PvBtE'></sub></form><legend id='PvBtE'></legend><bdo id='PvBtE'><pre id='PvBtE'><center id='PvBtE'></center></pre></bdo></b><th id='PvBtE'></th></span></q></dt></tr></i><div id='PvBtE'><tfoot id='PvBtE'></tfoot><dl id='PvBtE'><fieldset id='PvBtE'></fieldset></dl></div>
  3. <tfoot id='PvBtE'></tfoot>

    <small id='PvBtE'></small><noframes id='PvBtE'>

      • <bdo id='PvBtE'></bdo><ul id='PvBtE'></ul>

    1. MySQL LIKE IN()?

      时间:2023-08-18
      <i id='eoAo7'><tr id='eoAo7'><dt id='eoAo7'><q id='eoAo7'><span id='eoAo7'><b id='eoAo7'><form id='eoAo7'><ins id='eoAo7'></ins><ul id='eoAo7'></ul><sub id='eoAo7'></sub></form><legend id='eoAo7'></legend><bdo id='eoAo7'><pre id='eoAo7'><center id='eoAo7'></center></pre></bdo></b><th id='eoAo7'></th></span></q></dt></tr></i><div id='eoAo7'><tfoot id='eoAo7'></tfoot><dl id='eoAo7'><fieldset id='eoAo7'></fieldset></dl></div>

            <legend id='eoAo7'><style id='eoAo7'><dir id='eoAo7'><q id='eoAo7'></q></dir></style></legend>

            <small id='eoAo7'></small><noframes id='eoAo7'>

            • <bdo id='eoAo7'></bdo><ul id='eoAo7'></ul>
                <tbody id='eoAo7'></tbody>
            • <tfoot id='eoAo7'></tfoot>

                本文介绍了MySQL LIKE IN()?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我当前的查询如下所示:

                My current query looks like this:

                SELECT * FROM fiberbox f WHERE f.fiberBox LIKE '%1740 %' OR f.fiberBox LIKE '%1938 %' OR f.fiberBox LIKE '%1940 %'
                

                我环顾四周,找不到任何类似于 LIKE IN() 的东西 - 我设想它是这样工作的:

                I did some looking around and can't find anything similar to a LIKE IN() - I envision it working like this:

                SELECT * FROM fiberbox f WHERE f.fiberbox LIKE IN('%140 %', '%1938 %', '%1940 %')
                

                有什么想法吗?我是不是把问题想错了 - 一些我从未见过的晦涩命令.

                Any ideas? Am I just thinking of the problem the wrong way - some obscure command I've never seen.

                MySQL 5.0.77-社区日志

                MySQL 5.0.77-community-log

                推荐答案

                A REGEXP 可能更有效,但您必须对其进行基准测试才能确定,例如

                A REGEXP might be more efficient, but you'd have to benchmark it to be sure, e.g.

                SELECT * from fiberbox where field REGEXP '1740|1938|1940'; 
                

                这篇关于MySQL LIKE IN()?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:如何选择SQL数据库表中的第n行? 下一篇:用 MySQL 计算中位数的简单方法

                相关文章

                最新文章

                <i id='0Kogk'><tr id='0Kogk'><dt id='0Kogk'><q id='0Kogk'><span id='0Kogk'><b id='0Kogk'><form id='0Kogk'><ins id='0Kogk'></ins><ul id='0Kogk'></ul><sub id='0Kogk'></sub></form><legend id='0Kogk'></legend><bdo id='0Kogk'><pre id='0Kogk'><center id='0Kogk'></center></pre></bdo></b><th id='0Kogk'></th></span></q></dt></tr></i><div id='0Kogk'><tfoot id='0Kogk'></tfoot><dl id='0Kogk'><fieldset id='0Kogk'></fieldset></dl></div>
                1. <tfoot id='0Kogk'></tfoot>

                      <bdo id='0Kogk'></bdo><ul id='0Kogk'></ul>

                    <small id='0Kogk'></small><noframes id='0Kogk'>

                    <legend id='0Kogk'><style id='0Kogk'><dir id='0Kogk'><q id='0Kogk'></q></dir></style></legend>