Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
解决这个问题的最佳方法是什么?
显然,有不同的方法可以解决这个问题。是否已经有任何 mysql 功能可以做到这一点?
我应该只查询所有行并运行某种搜索功能吗?
看看MySQL 全文搜索功能,它会根据相关性自动返回结果,尽管它不适用于 InnoDB。