Boo-urns. Ok, thanks. -----Original Message----- From: Brandon Williams [mailto:dri...@gmail.com] Sent: Thursday, July 21, 2011 9:10 AM To: user@cassandra.apache.org Subject: Re: cqlsh error using assume
'assume' is only valid in the cli, not cql. On Thu, Jul 21, 2011 at 7:59 AM, Stephen Pope <stephen.p...@quest.com> wrote: > 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