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
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