| Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
Expressions, 4 of 14
A compound expression specifies a combination of other expressions.
compound_expression::=
compound_expression
Note that some combinations of functions are inappropriate and are rejected. For example, the LENGTH function is inappropriate within an aggregate function.
The PRIOR keyword is used in CONNECT BY clauses of hierarchical queries.
Some valid compound expressions are:
('CLARK' || 'SMITH') LENGTH('MOOSE') * 57 SQRT(144) + 72 my_fun(TO_CHAR(sysdate,'DD-MMM-YY')
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|