查寻数据库数据条数方法

查找数据库数据条数方法select count(*) from 表名selcet count(*) from TCm model where model.username

查找数据库数据条数方法
select count(*) from 表名
selcet count(*) from TCm model where model.username = uid;
selcet count(*) from TCm model where model.username like + "ckey";