Mysql模糊查询 select count(*) from sys_invitation where from_id like '%1006%';

select count(*) from sys_invitation where from_id like '%1006%'; 查询结果

select * from sys_invitation where from_id like '%1006%';统计数量

原文地址:https://www.cnblogs.com/amosli/p/3415843.html