Re: Return list by limit 1 which is NOT null

2012-01-24 Thread Eric Martell
To: user@cassandra.apache.org Date: Tuesday, January 24, 2012, 3:12 AM No, you will need to filter client side. Can you do it in a single row ?  Cheers  -Aaron MortonFreelance Developer@aaronmortonhttp://www.thelastpickle.com On 24/01/2012, at 10:00 AM, Eric Martell wrote: HI,   I

Return list by limit 1 which is NOT null

2012-01-23 Thread Eric Martell
HI,   I am trying to create a keys list which I will fetch the key and then delete the same key in the subsequent call. When I use the CLI list, It always returns first row due to tombstone. Is there a way I can specify to use the limit 1 and return NOT null value. Please let me now. Thanks