I'm trying to use cqlsh (on Windows) to get some values from my database using secondary indexes. I'm not sure if it's something I'm doing or not (I can't seem to find any syntactical help for assume). I'm running:
assume TransactionLogs comparator as ascii where TransactionLogs is my column family, and has string column names in it. The resulting (intuitive) error message is: line 1:0 no viable alternative at input 'assume' Anybody know what this means? Cheers, Steve