336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
SELECT select_list
FROM table
WHERE expr operator
(SELECT select_list
FROM table);
- The subquery(inner query) executes once before the main query(outer query).
- The result of the subquery is used by the main query.
You can place the subquery in a number of SQL clauses, including the following:
- WHERE clause
- HAVING clause
- FROM clause
'Oracle' 카테고리의 다른 글
Guidelines for using subquery (0) | 2006.09.01 |
---|---|
Guidelines for using subquery (0) | 2006.09.01 |
Subquery Syntax (0) | 2006.09.01 |
Cartesian product. (0) | 2006.09.01 |
Cartesian product. (0) | 2006.09.01 |