Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 281 Bytes

CROSS.md

File metadata and controls

11 lines (8 loc) · 281 Bytes

Keyword CROSS

Keyword using in [CROSS JOIN](Cross Join) and [CROSS APPLY](Cross Apply).

Syntax:

    SELECT ... FROM table1 CROSS JOIN table2
    SELECT ... FROM table1 CROSS APPLY select

See also: [CROSS JOIN](Cross Join), JOIN, [CROSS APPLY](Cross Apply)