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" I tried without column names and with column names but always throws the same exception. Thanks,-Sridharan
- CQL DELETE does not work Sridharan Kuppa
- Re: CQL DELETE does not work Vivek Mishra
- Re: CQL DELETE does not work Sylvain Lebresne
- RE: CQL DELETE does not work Sridharan Kuppa