Hi Leandro
Your script transalated to SQL like this
select id from mbrproducts where distinct id
<< this is not a proper query
and select distinct can't be fulfilled in BPC script by using select() function
hope helps
Hi Leandro
Your script transalated to SQL like this
select id from mbrproducts where distinct id
<< this is not a proper query
and select distinct can't be fulfilled in BPC script by using select() function
hope helps