count

DataTableDaMeng.count(where)

查询数据记录数

查询满足给定查询条件的数据记录数量。

参数

where (Union[str, Term, EmptyCriterion]) – 查询条件

返回类型

int