Discussions
New to NetSuite | SuiteQL Join Type: Full Outer Joins
In the New to NetSuite | SuiteQL Overview article, we explored the fundamental concepts and capabilities of SuiteQL. We continued this in New to NetSuite | SuiteQL: SuiteQL Join Types Overview, where we discussed various join types , including New to NetSuite | SuiteQL Join Type: Outer Joins. In this article, we will focus on one specific Outer Join: Full Outer Joins.
A Full Outer Join combines the results of both a Left Outer Join and a Right Outer Join. This means:
- It returns all rows from the first (left) table.
- It also returns all rows from the second (right) table.
- If rows match based on a common value, they are combined.
Richard James Uri - SuiteCloud | WMS Tech | SuiteCommerce Advanced
----
- NetSuite Admin Corner | New to NetSuite
- Explore the NSC Webinars Category
- Join our poll and share your ideas! We want to know what you think. Don't forget to comment and make your voice heard!
