group_clause

group_clause 
      ::= 
      "group" "by" expression { "," expression } [ "having" condition ] 

[rule list]
This rule is called by

select_command