Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword 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