select (id,name) from user where name like concat('%','广','%');模糊查询为什么他要用select*,用select(id,name)就会报错