Executing MySQL find_in_set with MyBatisPlus

Using MyBatisPlus to Execute MySQL's find_in_set Function In real-world application development, there are frequently scenarios where we need to query database records containing a specific value within a comma-separated field. MySQL provides the find_in_set function specifically for this purpose. When working with Java applications, we can lev ...

Posted on Sun, 10 May 2026 19:20:49 +0000 by Denness