$this->count('id');
$this->max('id');
$this->min('id');
$this->sum('id');
$this->avg('id');
TIP
更复杂的操作,请参考数据查询
← 数据删除 事务 →