Alberto created METAMODEL-168:
---------------------------------
Summary: Allow SELECT ... COUNT(DISTINCT ...) clause
Key: METAMODEL-168
URL: https://issues.apache.org/jira/browse/METAMODEL-168
Project: Apache MetaModel
Issue Type: Improvement
Reporter: Alberto
Priority: MinorIt would be great to allow passing a DISTINCT expression to the COUNT aggregate function: select user_id, count(distinct company_id) from TABLE group by user_id; -- This message was sent by Atlassian JIRA (v6.3.4#6332)
