您的位置:首页 > 数据库 > MySQL

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

2013-11-09 17:16 591 查看
select count(*) from sys_invitation where from_id like '%1006%'; 查询结果

select * from sys_invitation where from_id like '%1006%';统计数量
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐