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 |
説明
arithmetic_expressionにはliteral値、column_reference、function_call、command_parameter、case_expressionなどが含まれます。+、-、*、または/演算子を使用して、arithmetic_expressionの組み合わせを渡すこともできます。
参照
case_expression, column_reference, command_parameter, function_call, INSERT.