Query Operator Reference
Operators can be entered when using Quick Query, Query Builder, or when creating
an SQL Query.
Query Operators |
|
---|---|
Operator |
Description |
Equal (=) |
Returns all records that exactly match the value that you specify. |
Not equal (<) |
Returns all records except those matching the value that you specify. |
Greater than () |
Returns all records that exceed the value that you specify. |
Less than (<) |
Returns all records with values that are less than the value that you specify. |
Greater than or equal (=) |
Returns all records that exceed or equal the value that you specify. |
Less than or equal (<=) |
Returns all records that are less than or equal to the value that you specify. |
Like |
Returns all records that contain the value that you specify. Using the like operator, |
In |
Returns all records that match a set of values that you specify. If, for example, |
Is null |
Returns all records that do not have values specified for the field that you’re querying. |
Is not null |
Returns all records that have values specified for the field that you’re querying. |
Related Tasks
Related References
Related Concepts
>Reference >; Operators >; Query and Projection Operators … operator, including syntax and examples, click on the specific operator to go to its reference page.Reference Query and Projection Operators →. © MongoDB, Inc 2008-2017. MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.operator, the corresponding topic specifies: … Search API Articles Bing Query Language. Bing Query Language Advanced Operator Reference.Operators can be entered when using Quick Query, Query Builder, or when creating an SQL Query. Query Operators Operator Description Equal (=) Returns all …operators, check the individual field reference. …. you can improve performance of your queries by searching on specific fields, e.g.query is valid, even though the clicks field is not displayed directly: #legacySQLoperator used if no explicit operator is specified. For example, with a default operator of OR , the query capital of Hungary is translated to capital OR …reference list for the elements used in SQL queries in ArcGIS. … Use the LIKE operator (instead of the = operator) to build a partial string search. For example …operators allow you to apply Boolean logic to queries, requiring …Operators … NULL-safe equal to operator ….. When building a query dynamically, if you have to verify if a string value is in a …