산술 연산자

설명

산술 연산을 사용하여 하나의 수식 값과 다른 수식 값을 더하거나, 빼거나, 곱하거나, 나눈다.  

구문

value_expression  mathematical_operator  value_expression 
value_expression :
bit string
character string
numeric value
date-time value
collection value
NULL

mathematical_operator :
set_arithmetic_operator
arithmetic_operator

arithmetic_operator :
+       (덧셈)
-       (뺄셈)
*       (곱셈)
/       (나눗셈)

set_arithmetic_operator :
UNION           (합집합)
DIFFERENCE      (차집합)
INTERSECTION    (교집합)