hello my friends,
how can i obtain right records like SQL: "select * from mainTable where (A=a and B=b) or (A=c and B=d) or (A=e and B=f)";
A,B:fieldCode
a,b,c,d,e,f :fieldValue
Thanks!