Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

+ (Positive)

A unary operator that returns an expression as a positive, numeric value.

Synopsis

+expression

Arguments

expression A numeric expression.

Description

Unary operators perform an operation on only one expression. This expression can be any of the data types of the numeric data type category.

+ (Positive) is a Caché SQL extension.

See Also

- (Negative)

FeedbackOpens in a new tab