Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The ability to select distinct several, individual columns as by example:
select count(distinct user), count(distinct session) from actions;
Currently returns the following failure:
FAILED: Error in semantic analysis: line 2:7 DISTINCT on Different Columns not Supported user