Skip to content

Instantly share code, notes, and snippets.

@Abhi-Codes
Last active September 30, 2022 08:13
Show Gist options
  • Save Abhi-Codes/ef5406cfbe2bdd8e22a92fe5ee466eb9 to your computer and use it in GitHub Desktop.
Save Abhi-Codes/ef5406cfbe2bdd8e22a92fe5ee466eb9 to your computer and use it in GitHub Desktop.
Operators supported
Operator Meaning Applicable for Data Type
: In Integer,Long,Double,Date
> Greater than Integer,Long,Double,Date
>= Greater than equal to Integer,Long,Double,Date
< Less than Integer,Long,Double,Date
<= Less than equal to Integer,Long,Double,Date
: Equals Ignore Case String
% Starts With Ignore Case String
- Contains Ignore Case String
() Inclusive Range Date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment