2.64.3.11 Scalar Function: GreaterThanOrEquals

The following are the arguments, types, and specification of the GreaterThanOrEquals scalar function.

Function

Argument

Type

Specification

GreaterThanOrEquals

Return

Boolean

Indicates that the first item is greater than or equal to the second item.

Item1

Sort

The first item to compare.

Item2

*

The second item to compare.

MUST have the same type as Item1

Null equals null. For string functions that depend on collation, the underlying collation properties of the physical data store are used.