version 11
literal |
column_reference |
function_call |
command_parameter |
case_expression |
(arithmetic_expression) |
+ arithmetic_expression |
- arithmetic_expression |
arithmetic_expression + arithmetic_expression |
arithmetic_expression - arithmetic_expression |
arithmetic_expression * arithmetic_expression |
arithmetic_expression / arithmetic_expression |
Description
An arithmetic_expression may contain a literal value, a column_reference, a function_call, a command_parameter or a case_expression. You can also pass combinations of arithmetic_expression(s) using the +, -, * or / operators.
See Also
case_expression, column_reference, command_parameter, function_call, INSERT.