RE: group by select queries

2018-02-01 Thread Modha, Digant
Jira created: CASSANDRA-14209. From: kurt greaves [mailto:k...@instaclustr.com] Sent: Thursday, February 01, 2018 12:38 AM To: User Subject: Re: group by select queries Seems problematic. Would you be able to create a JIRA ticket with the above information/examples? On 30 January 2018 at 22

Re: group by select queries

2018-02-01 Thread DuyHai Doan
>> >> >> >> (1 rows) >> >> cassandra@cqlsh> select account_id,security_id, counter, >> avg_exec_price,quantity, update_time from wp.position where account_id = >> 'user_1' group by security_id ; >> >> >> >> account_id | securi

Re: group by select queries

2018-01-31 Thread kurt greaves
y_id ; > > > > account_id | security_id | counter | avg_exec_price | quantity | > update_time > > +-+---------+--------+------ > +- > > user_1 |AMZN | 2 | 1239.2 | 1011 | >

RE: group by select queries

2018-01-30 Thread Modha, Digant
..@instaclustr.com] Sent: Monday, January 29, 2018 11:03 PM To: User Subject: Re: group by select queries What consistency were you querying at? Can you retry with CONSISTENCY ALL? ​ TD Securities disclaims any liability or losses either direct or consequential caused by the use o

Re: group by select queries

2018-01-29 Thread kurt greaves
What consistency were you querying at? Can you retry with CONSISTENCY ALL? ​