Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 846 Bytes

File metadata and controls

21 lines (18 loc) · 846 Bytes
title In-Memory OUTER JOIN | Microsoft Docs
ms.custom
ms.date 06/01/2019
ms.prod sql
ms.prod_service database-engine, sql-database
ms.reviewer
ms.technology in-memory-oltp
ms.topic conceptual
ms.assetid 67084043-6b23-4975-b9db-6e49923d4bab
author MightyPen
ms.author genemi
monikerRange =azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

Implementing an Outer Join

[!INCLUDEappliesto-ss-asdb-xxxx-xxx-md]

LEFT and RIGHT OUTER JOIN is supported in natively compiled T-SQL modules starting [!INCLUDEssSQL15].

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