Nested queries

A nested query is a query expression that uses a function test, in which one or more of the arguments for the function is a query expression.

Query functions usually have the following syntax:

query_function('object_name'|
'project_name'|
'type_name'|
'attr_name'|
'privilege_name'
[,sort_order])

You can replace any object name, project name, or type name argument with any query expression that evaluates to zero or more objects of the appropriate type. Queries can be nested to any desired depth.

Examples


Feedback