读书人

查寻数据库数据条数方法

发布时间: 2012-08-09 15:59:21 作者: rapoo

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

读书人网 >其他数据库

热点推荐