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.
Query functions usually have the following syntax:
query_function('object_name'|
	'project_name'|
	'type_name'|
	'attr_name'|
	'privilege_name'
	[,sort_order])

Query function arguments that do not represent objects or projects cannot be specified as a nested query expression.

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 wanted depth.

Example


Feedback