-Original Message-
> From: anton [mailto:anto...@gmx.de]
> Sent: Tuesday, July 21, 2015 7:54 PM
> To: user@cassandra.apache.org
> Subject: howto do sql query like in a relational database
>
> Hi,
>
> I have a simple (perhaps stupid) question.
>
> If I want to *sear
:54 PM
To: user@cassandra.apache.org
Subject: howto do sql query like in a relational database
Hi,
I have a simple (perhaps stupid) question.
If I want to *search* data in cassandra, how could find in a text field all
records which start with 'Cas'
( in sql I do select * from table wh
Hi,
I have a simple (perhaps stupid) question.
If I want to *search* data in cassandra,
how could find in a text field all records
which start with 'Cas'
( in sql I do select * from table where field like 'Cas%')
I know that this is not directly possible.
- But how is it possible?
- Do nobo