4D v13.4

arithmetic_expression

Home

 
4D v13.4
arithmetic_expression

arithmetic_expression  


 

 

Command arithmetic_expres<span style="font-style: italic;"></span>

literal |
column_reference
|
function_call
|
command_parameter
|
odbc_constant |
case_expression
|
(arithmetic_expression) |
+ arithmetic_expression |
- arithmetic_expression |
arithmetic_expression
+ arithmetic_expression |
arithmetic_expression
- arithmetic_expression |
arithmetic_expression
* arithmetic_expression |
arithmetic_expression
/ arithmetic_expression |

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.

 
PROPERTIES 

Product: 4D
Theme: Syntax rules

 
INDEX

Alphabetical list of commands

 
SEE ALSO 

case_expression
column_reference
command_parameter
function_call
INSERT