I'm using CQL Cassandra queries thanks to JDBC and i would like to use alias for columns.
For instance:
- select p1445 as age, p5423 as name from Table1
Do you know a workaround for handling this feature ?
Abhi 是对的,这还不被支持。可能会为 2.0 添加:https ://issues.apache.org/jira/browse/CASSANDRA-5075