Topic by Walid Sarkis
Content
i have the following query : SELECT Distinct(CO.Shop.Shop_Name) FROM CO.Shop where CO.Shop.Affected_Country.lookupName='USA'
there is an error after DISTINCT, and if i use DISTINCT(CO.Shop) the results are like if there is no DISTINCT at all, is there an alternative to use something like distinct in ROQL?