Is it possible to select data (either with CQL or not) to retrieve data sorted by a specific column? I tried to do an "order by" in CQL but it gave me some error about the column not being the 2nd key column.
Basically I'm creating a dynamic set of columns in a column space, and I would like to be able to paginate the data and have those columns sorted for the pagination on demand.
