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