It seems (in 6.5.2) that one cannot execute queries like:
select count (distinct foo) from bar;
Am I doing something silly or is this really not supported?
Is there any workaround? Is this a TODO item?
Cheers,Brook