-
Notifications
You must be signed in to change notification settings - Fork 656
CROSS
Mathias Rangel Wulff edited this page Jun 12, 2015
·
2 revisions
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)
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo