Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 313AB692D for ; Wed, 13 Jul 2011 17:16:51 +0000 (UTC) Received: (qmail 71670 invoked by uid 500); 13 Jul 2011 17:16:48 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 71626 invoked by uid 500); 13 Jul 2011 17:16:48 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 71615 invoked by uid 99); 13 Jul 2011 17:16:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 17:16:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of blake@ovguideinc.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 17:16:39 +0000 Received: by iye7 with SMTP id 7so6821747iye.31 for ; Wed, 13 Jul 2011 10:16:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.42.155 with SMTP id s27mr1194589ibe.68.1310577378220; Wed, 13 Jul 2011 10:16:18 -0700 (PDT) Received: by 10.231.147.75 with HTTP; Wed, 13 Jul 2011 10:16:18 -0700 (PDT) X-Originating-IP: [69.238.233.201] Date: Wed, 13 Jul 2011 10:16:18 -0700 Message-ID: Subject: Escaping characters in cqlsh From: Blake Visin To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=00151773e438145a9e04a7f69312 X-Virus-Checked: Checked by ClamAV on apache.org --00151773e438145a9e04a7f69312 Content-Type: text/plain; charset=ISO-8859-1 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 --00151773e438145a9e04a7f69312 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I am trying to get all the columns named "fmd:" in cqlsh. =A0
I am using:

select 'fmd:'.= .'fmd;' from feeds where;

But I am getting= errors (as expected). =A0Is there any way to escape the colon or=A0semicol= on=A0in cqlsh?

Thanks,
Blake


--00151773e438145a9e04a7f69312--