Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NoSQL query language's query language includes a set of reserved keywords that are used in queries for extended functionality.
Keywords
Here's a list of keywords that the NoSQL query language currently supports:
Description | |
---|---|
BETWEEN |
The BETWEEN keyword evaluates to a boolean indicating whether the target value is between two specified values, inclusive. |