Book Contents

Book Index

Next Topic

Home

FROM Clause

Specifies one or more source tables from which to retrieve rows.

Syntax

FROM table-reference [ , table-reference ] ...

Semantics

 

table-reference

is a table-primary or a joined-table.

Notes

In This Section

table-reference

table-primary

joined-table