-
Notifications
You must be signed in to change notification settings - Fork 656
Mathias Rangel Wulff edited this page Jun 12, 2015
·
2 revisions
This keyword is using as ON parameter in SET statement and as join condition in JOIN
Syntax:
SET option ON;
SELECT ... FROM t1 JOIN t2 ON t1.col1 = t2.col1 AND t2.col2 = t2.col2;
© 2014-2024, Andrey Gershun & Mathias Rangel Wulff
Please help improve the documentation by opening a PR on the wiki repo