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.
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.