Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

In Operator in ROQL (4 Comments)

$
0
0

Topic by chidambaram CT

Is it possible to use IN operator in ROQL?

I am trying some thing like this

Select C.ID from Contact C where C.UpdatedTime <= date_add(sysdate(), -90, 'DAY', 1) and C.ID in ( 41,42,43)

I am not getting the desired result.


Viewing all articles
Browse latest Browse all 2504

Trending Articles