-
> 2013-08-12 02:46:41+0200
>
> Thanks,
> Saravanan
>
> From: Saravanan
> To: "user@cassandra.apache.org"
> Sent: Monday, August 12, 2013 3:13 AM
> Subject: cql throw error when secondary timeuuid field use dateof()
>
>
ow error when secondary timeuuid field use dateof()
Hi,
I am trying to create a comments table. Which has primary key timeuuid and
secondary field which also has timeuuid.
when I do query using funtion dateof() it throws error and i needed to
reconnect again. But that query don't work at
Hi,
I am trying to create a comments table. Which has primary key timeuuid and
secondary field which also has timeuuid.
when I do query using funtion dateof() it throws error and i needed to
reconnect again. But that query don't work at all.
cqlsh:demodb> select id,dateof(search_date) from ne