Category "cassandra"

mismatched input ')' expecting EOF in CQL

created keyspace and using CQL but getting an Error CREATE KEYSPACE demodb WITH strategy_class = 'org.apache.cassandra.locator.SimpleStrategy' ...

How do order by with one primary key cassandra?

I'm trying to use the order by feature of cassandra, but with only one primary key. But when I try to create my table, this is what cassandra returns. CREATE TA