Hello to everyone
I cant find how to use IN clause in conditions of model setting in CCv5?
I cant find how to use IN clause in conditions of model setting in CCv5?
WHERE (expr|column_1) IN ('value1','value2',...);Thank you
Hi homeopat,
Yes, and you can also use IN if you prefer using the custom query code starting with :
Bob
Yes, and you can also use IN if you prefer using the custom query code starting with :
Bob
Hi Bob,
how can I set a condition when I need to combine 2 conditions to one return?
thank you
how can I set a condition when I need to combine 2 conditions to one return?
model1.column1=11 && model2.column2 IN (501,502,803,....)?in column1 is concrete value and in column2 is array of values.
thank you
This topic is locked and no more replies can be posted.