SQL Functionality for the Driver for Apache Hive : Group By Clause

Group By Clause
The Group By clause is supported, with the following Entry SQL level restrictions:
SELECT intcol AS fc, COUNT (*) FROM p_gtable GROUP BY fc
SELECT f(col) as fc, COUNT (*) FROM table_name GROUP BY fc

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.