示例#1
0
 public function min($property = 'id')
 {
     return $this->_getAggregate(__FUNCTION__, MinSelectExpression::create($property));
 }