Re: Accessing timestamp of a cassandra column Using CQL3

2013-03-14 Thread Gabriel Ciuloaica
documentation is here: http://www.datastax.com/docs/1.2/cql_cli/using/writetime Cheers, Gabi On 3/14/13 3:19 PM, Haithem Jarraya wrote: nice! Thanks Gabi! On 14 March 2013 13:14, Gabriel Ciuloaica > wrote: You can. Ex: select writetime(avatar) from a

Re: Accessing timestamp of a cassandra column Using CQL3

2013-03-14 Thread Haithem Jarraya
nice! Thanks Gabi! On 14 March 2013 13:14, Gabriel Ciuloaica wrote: > You can. > > Ex: > select writetime(avatar) from avatars where id=1; > > Br, > Gabi > > On 3/14/13 3:12 PM, aaron morton wrote: > > I'm not sure you can. > > Sylvain / Michael? Is this possible? > > Cheers > >

Re: Accessing timestamp of a cassandra column Using CQL3

2013-03-14 Thread Gabriel Ciuloaica
You can. Ex: select writetime(avatar) from avatars where id=1; Br, Gabi On 3/14/13 3:12 PM, aaron morton wrote: I'm not sure you can. Sylvain / Michael? Is this possible? Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.co

Re: Accessing timestamp of a cassandra column Using CQL3

2013-03-14 Thread aaron morton
I'm not sure you can. Sylvain / Michael? Is this possible? Cheers - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 13/03/2013, at 10:19 AM, Haithem Jarraya wrote: > Hi there, > > I am wondering if it's possible to acces