protected property SelectQuery::$group in Drupal 7
The fields by which to group.
Type: array
File
- includes/
database/ select.inc, line 913
Class
- SelectQuery
- Query builder for SELECT statements.
Code
protected $group = array();
The fields by which to group.
Type: array
protected $group = array();