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

INNER

Syntax:

    SELECT ... FROM table1 INNER JOIN table2 (UNSING|ON)

See also: [OUTER](Outer), [JOIN](Join)
Clone this wiki locally