3

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 ?

4

1 回答 1

2

Abhi 是对的,这还不被支持。可能会为 2.0 添加:https ://issues.apache.org/jira/browse/CASSANDRA-5075

于 2013-04-30T21:45:05.873 回答