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

LEFT

This keyword usually used in combination for join: [LEFT JOIN](Left Join).

Syntax:

    SELECT ... FROM table1 LEFT [OUTER] JOIN table2

See also: JOIN,RIGHT

Clone this wiki locally