RE: CQL DELETE does not work

2012-10-15 Thread Sridharan Kuppa
2;cqlsh:demo1>--- cqlsh --- Thanks,-Sridharan > Date: Mon, 15 Oct 2012 10:39:08 +0200 > Subject: Re: CQL DELETE does not work > From: sylv...@datastax.com > To: user@cassandra.apache.org > >

Re: CQL DELETE does not work

2012-10-15 Thread Sylvain Lebresne
On Fri, Oct 12, 2012 at 7:51 PM, Sridharan Kuppa wrote: > Hi, > > I have created table schema using CQL, and I am able to insert and select > from that table. Everything works great but DELETE is not working. When I > execute the DELETE statement it throws "Bad Request: Failed parsing > statem

Re: CQL DELETE does not work

2012-10-15 Thread Vivek Mishra
Using cassandra version 1.1.x and cql3? -Vivek On Fri, Oct 12, 2012 at 11:21 PM, Sridharan Kuppa < sridharan.ku...@outlook.com> wrote: > Hi, > > I have created table schema using CQL, and I am able to insert and > select from that table. Everything works great but DELETE is not working. > Wh