Skip to content

NATURAL

Andrey Gershun edited this page May 27, 2015 · 2 revisions

NATURAL

AlaSQL can analyze columns in two joined table and make a join by columns with similar names.

Syntax:

    SELECT ... FROM table1 NATURAL JOIN table2

See also: [NATURAL JOIN](Natural Join), USING

Clone this wiki locally