public function having_gt($column_name, $value) { return $this->_add_simple_having($column_name, '>', $value); }