mysql用find_in_set代替like搜索提高性能
<pre>
SELECT * from mobantestinfo1 where find_in_set('33',info2);
</pre>

ps 常用于 tag搜索

相关文章:

  • 2022-12-23
  • 2021-05-31
  • 2021-12-30
  • 2021-12-14
  • 2022-02-09
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2021-06-09
  • 2021-09-15
  • 2021-06-09
  • 2021-05-30
  • 2022-12-23
相关资源
相似解决方案