gt¶
Description¶
Return true if A is strictly greater than B.
Return type¶
bool
Domain¶
This is a scalar function (calculates a single output value for a single input row.)
Categories¶
Usage¶
gt( a, b )
Argument |
Type |
Required |
Multiple |
Constant |
---|---|---|---|---|
a |
variant |
Required |
Only one |
Variable |
b |
variant |
Required |
Only one |
Variable |