Join Slack
Communities
Powered by
Hi All, Can anyone help me how we can use outer jo...
# suitescript
s
samyt
05/19/2021, 9:10 AM
Hi All, Can anyone help me how we can use outer join in suiteql . I tried outer Join but it doesnt work.
c
CD
05/19/2021, 9:12 AM
Share your query
s
samyt
05/19/2021, 9:14 AM
@CD
SELECT TransactionLine.Transaction as tid FROM TransactionLine OUTER JOIN Item ON (TransactionLine.item=item.id) where item.id=134543
m
michoel
05/19/2021, 11:57 PM
You probably need to specify LEFT/RIGHT OUTER JOIN
4
Views
Open in Slack
Previous
Next