Question
Atos Syntel
IN
Last activity: 26 Dec 2016 10:02 EST
Is it possible to form a WHERE IN select query in obj-browse
I need to load records from operator table using obj-browse method, which needs to form a query like below
SELECT******* from pr_operators WHERE pyuseridentifier IN ('userID_1','userID_2');
if the above requirment is possible, can we load the list for the WHERE IN from embedded property in a page list.
***Updated by moderator: Lochan to update Categories***