Hi, I was wondering how could I select column timestamp with CQL. I've been using Hector so far, and it gives me this option. But I want to use datastax CQL driver now. I don't want to mess with this value! just read it. I know I should probably have separate column with timestamp value created by my own, but I don't want to change the schema and update milions of rows know. I found this ticket https://issues.apache.org/jira/browse/CASSANDRA-4217and it's fixed but I don't know how to use it -
SELECT key, value, timestamp(value) FROM foo; - this doesn't work. Regards, Alex