你是否一直在寻找比MySQL的LIKE语句更高效的方法的,下面我就为你介绍几种。
SELECT * FROM `order_shop` where instr(uuid, 'b') > 0 group by sid ;