Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) and {3} (for {2}).
By default, an inner join is performed, however an optional {4} may be included to specify the type of join. Options include:
JoinKind.Inner
JoinKind.LeftOuter
JoinKind.RightOuter
JoinKind.FullOuter
JoinKind.LeftAnti
JoinKind.RightAnti
An optional set of {6} may be included to specify how to compare the key columns.
Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) ...
Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) ...
Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) ...
Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) ...
Joins the rows of {0} with the rows of {2} based on the equality of the values of the key columns selected by {1} (for {0}) ...
JSON DDL can be executed only against databases with compatibility level 1200 or greater. The target database for the current ...
JSON DDL can be executed only against databases with compatibility level 1200 or higher. The target database for the current ...
KEEPFILTERS function can only be used as a top level filter argument of CALCULATE and CALCULATETABLE or with a table argument ...
Keeps the initial offset then alternates taking and skipping the following rows. {0}: The input table. {1}: The number of ...