You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by lowping <lo...@163.com> on 2016/06/26 07:25:36 UTC

1) select collection_type whith keywork 'in' . 2)how to using UDF in update?

Hi All:


question 1:
I got a error about this cql, does it fixed already ???
select collection_type where id in (‘a’,’b’)


question 2:


I want use UDF in update, but this cql can’t execute. have some advise???


update table_name set field=my_function(field) where…




tnk u so much

Re: 1) select collection_type whith keywork 'in' . 2)how to using UDF in update?

Posted by Brooke Jensen <br...@instaclustr.com>.
Hi.

Can you please show me the specific error message you are receiving, as
well as the schema for this table (you can use the cql command "describe
table").



*Brooke Jensen*
VP Technical Operations & Customer Services
www.instaclustr.com | support.instaclustr.com
<https://support.instaclustr.com/hc/en-us>

This email has been sent on behalf of Instaclustr Limited (Australia) and
Instaclustr Inc (USA). This email and any attachments may contain
confidential and legally privileged information.  If you are not the
intended recipient, do not copy or disclose its content, but please reply
to this email immediately and highlight the error to the sender and then
immediately delete the message.

On 26 June 2016 at 17:25, lowping <lo...@163.com> wrote:

> Hi  All:
>
>
> question 1:
>
> I got a error about this cql, does it fixed  already ???
> select collection_type where id in (‘a’,’b’)
>
> question 2:
>
> I want use UDF in update, but this cql can’t execute.  have some advise???
>
> update table_name set field=my_function(field) where …
>
>
> tnk u so much
>