March 2017
Beginner
358 pages
9h 51m
English
This table displays the query operators (which can be specified as the second argument in a GlideRecord addQuery() method call). These operators determine how the database query is formed on the server.
| Operator | Meaning |
| = (equals) | The field (the first argument) must be equal to the value (the third argument). |
| > (greater than) | The field specified must contain a value greater than the value specified in the third argument. |
| < (less than) | The field must contain a value greater than the value specified. |
| >= (greater than or equal to) | The field in the first argument must contain a value that is greater than or equal to the value specified in the third argument. |
| <= (less than or equal to) | The field must contain ... |
Read now
Unlock full access