RE: CQL DELETE does not work
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 > >
CQL DELETE does not work
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 statement: [COL1, COL2, from TABLE1;] reason NullPointerException: null"