<=/2 - smaller_or_equals/ 2 - less_or_equals/2—determine whether one value is less than or equal to another value
The <=/2 operator determines whether one value is less than or equal to another value.
$EXPR1 <= $EXPR2
$EXPR1 smaller_or_equals $EXPR2
$EXPR1 less_or_equals $EXPR2
$EXPR1 smaller_or_equals $EXPR2
$EXPR1 less_or_equals $EXPR2
<=/2 arguments
Argument | Type | Description |
---|---|---|
$EXPR1 | ANY | Expression to the left of the operator |
$EXPR2 | ANY | Expression to the right of the operator |
Use <=/2 to determine whether the value of expression $EXPR1 is less than or equal to the value of $EXPR2.
<= /2 - smaller_or_equals /2 - less_or_equals /2 example
MAJOR <= $E.severity
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*