thank you very much. i will try and let you know whether its working or not


On Thu, May 2, 2013 at 7:04 PM, Jabbar Azam <aja...@gmail.com> wrote:

> Hello Sri,
>
> As far as I know you can if name and age are part of your partition key
> and timestamp is the cluster key e.g.
>
> create table columnfamily (
>     name varchar,
>     age varchar,
>     tstamp timestamp,
>    partition key((name, age), tstamp)
> );
>
>
>
>
> Thanks
>
> Jabbar Azam
>
>
> On 2 May 2013 11:45, Sri Ramya <ramya.1...@gmail.com> wrote:
>
>> hi
>>
>> Can some body tell me is it possible to to do multiple query on cassandra
>> like "Select * from columnfamily where name='foo' and age ='21' and
>> timestamp >= 'unixtimestamp' ";
>>
>> Please tell me some guidence for these kind of queries
>>
>>   Thank you
>>
>
>

Reply via email to