Re: Escaping characters in cqlsh

2011-07-13 Thread Jonathan Ellis
You can escape quotes but I don't think you can escape semicolons. Can you create a ticket for us to fix this? On Wed, Jul 13, 2011 at 10:16 AM, Blake Visin wrote: > I am trying to get all the columns named "fmd:" in cqlsh. > I am using: > select 'fmd:'..'fmd;' from feeds where; > But I am gettin

Escaping characters in cqlsh

2011-07-13 Thread Blake Visin
I am trying to get all the columns named "fmd:" in cqlsh. I am using: select 'fmd:'..'fmd;' from feeds where; But I am getting errors (as expected). Is there any way to escape the colon or semicolon in cqlsh? Thanks, Blake