Produces an intermediate result table by applying the search-condition to each row of table R, which is the result of the FROM clause. The result table contains the rows of R for which the search condition is true.
Note: If using alternate-join-type, see the additional information about WHERE clauses in WHERE Clause. Also, in addition to the information about search conditions that follows, see the additional alternate-join-type search condition.
The search-condition describes a search condition that conforms to the following rules:
Any subquery in the search-condition is effectively executed for each row of R and the results used in the application of the search-condition to the given row of R. A subquery is actually executed for each row of R only if it includes a correlated reference to a column of R.
|
Copyright © 2014 CA.
All rights reserved.
|
|