FROM Clause
Identifies the stream(s) or window(s) or both that will provide the input
to the query.
- FROM Clause: Comma-Separated Syntax
Specify a single input to a query or use to list two or more inputs in a join or for pattern matching two data sources in a query, in combination with the WHERE clause, using an alternative comma-separated syntax.
- FROM Clause: ANSI Syntax
Joins two data sources in a query using outer or inner join syntax.
Created April 29, 2013. Send feedback on this help topic to Technical Publications:
pubs@sybase.com