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 tow 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 December 14, 2012. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com