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

Keyword SEMI

Semi join.

Syntax:

    SELECT ... FROM table1 SEMI JOIN table2 (USING | ON)

See also: JOIN

Clone this wiki locally