SELECT `id`, `name`, `gender`, `group`, `birthstamp`, `phone`, `tel` FROM ac_list WHERE group LIKE '%;1134;%' ORDER BY `name` LIMIT 0, 30错误是You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group LIKE '%;1134;%' ORDER BY `name` LIMIT 0, 30' at line 1难道说LIKE不能这么用?