Thanks. Downloaded the latest. Didn't realize that the top level package is
no longer  'com.salesforce.phoenix'.

Sean


On Wed, Feb 5, 2014 at 5:10 PM, James Taylor <[email protected]> wrote:

> I believe that this was fixed yesterday by Anoop. Do yo have the latest?
>
> Thanks,
> James
>
>
> On Wed, Feb 5, 2014 at 5:08 PM, Sean Huo <[email protected]> wrote:
>
>> This query works correctly
>>
>> select event_name, count(1) cnt from events where event_type ='some type'
>> group by event_name order by cnt desc;
>>
>> But this query doesn't
>>
>> select event_name, count(distinct uid) cnt from events where event_type
>> ='some type' group by event_name order by cnt desc;
>>
>
>

Reply via email to