Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Glossary > O

operators

Scroll Prev Top Next More

A symbol (such as +, -, *, /, **, &) representing an operation to be performed on one or more columns, values, variables, or strings. R:BASE provides the following types of operators: arithmetic, comparison, connecting, expression, and location.

 

For the symbols: (+, -, *, /, **, &) the mathematical calculations, in the same order, are: addition, subtraction, multiplication, division, exponentiation, and concatenation.