> - Function SummarySummary:Returns TRUE if the first value is greater than the second value. Usage:> value1 value2 Arguments:value1 - The value1 argument. value2 - The value2 argument. Description:Returns FALSE for all other values. The values must be of the same datatype or an error will occur. For string-based datatypes, the sorting order is used for comparison with character casing ignored (uppercase = lowercase).
Related:< - Returns TRUE if the first value is less than the second value.
| ||||
|