Skip to Content
0
Former Member
Apr 16, 2010 at 09:29 AM

how to search with multiple search condition in MDM5.5 API.

32 Views

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!