Types of queries
You can construct query expressions using different types of query clauses.
To learn how, see the following topics:
Queries using attribute value clauses
A query clause based on an attribute value finds all object versions with or without matching attributes.
Queries using function test clauses
A query clause based on a function test finds all object versions that match the results of the function.
Queries using both attribute value and function test clauses
You can combine query clauses to narrow your search.
Nested queries
A nested query is a query expression that uses a function test, where one or more of the arguments is an
object_name
or
project_name
that is a query expression.
Related concepts
:
Query expressions
Feedback