How can I write the following SQL query using SysQuery framework
SELECT * FROM DIRPARTYLOCATION T1
Cross Join LogisticsLocation T2
where (T1.Location = T2.RecId or T1.Location = T2.ParentLocation) and T1.party = 5637144847 and T2.Ispostaladdress = 0
*This post is locked for comments