Here is a list of keywords and whether or not the words are reserved. A reserved keyword cannot be used as an identifier unless you enclose the word in double quotation marks. Non-reserved keywords have a specific meaning in certain context but can be used as an identifier outside this context.
http://www.datastax.com/docs/1.2/cql_cli/cql_lexicon#cql-keywords On Fri, Mar 15, 2013 at 6:43 PM, Kuldeep Mishra <kuld.cs.mis...@gmail.com>wrote: > Hi, > Is it possible in Cassandra to make multiple column with same name ?, like > in this particular scenario I have two column with same name as "key", > first one is rowkey and second on is column name . > > > Thanks and Regards > Kuldeep > > > On Fri, Mar 15, 2013 at 4:05 PM, Kuldeep Mishra > <kuld.cs.mis...@gmail.com>wrote: > >> >> Hi , >> Following cql query not returning any result >> cqlsh:KunderaExamples> select * from "DOCTOR" where key='kuldeep'; >> >> I have enabled secondary indexes on both column. >> >> Screen shot is attached >> >> Please help.... >> >> >> -- >> Thanks and Regards >> Kuldeep Kumar Mishra >> +919540965199 >> > > > > -- > Thanks and Regards > Kuldeep Kumar Mishra > +919540965199 >