Implementing an Outer Join

Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance

LEFT and RIGHT OUTER JOIN is supported in natively compiled T-SQL modules starting SQL Server 2016 (13.x).

For more information about OUTER JOIN, see FROM clause plus JOIN, APPLY, PIVOT.