Hi All, Can anyone help me how we can use outer jo...
# suitescript
s
Hi All, Can anyone help me how we can use outer join in suiteql . I tried outer Join but it doesnt work.
c
Share your query
s
@CD SELECT TransactionLine.Transaction as tid FROM TransactionLine OUTER JOIN Item ON (TransactionLine.item=item.id) where item.id=134543
m
You probably need to specify LEFT/RIGHT OUTER JOIN