protected property SelectQuery::$group
The fields by which to group.
Tipo: array
Archivo
- drupal-7.x/
includes/ database/ select.inc, line 912
Class
- SelectQuery
- Query builder for SELECT statements.
Código
protected $group = array();
The fields by which to group.
Tipo: array
protected $group = array();