Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
0.7.0
-
None
-
None
Description
select
N.cl1,
count(distinct N.cl2) as cl2count,
N.cl3
from raw N
group by
N.cl1,
N.cl2,
N.cl3
not working on 0.7 (on 0.6 work correct), but count(N.cl2) work correct