Query structure
The syntax of a query is structured as follows:
Select MetaClass from @set Into @Result Where Condition
You must use the operators "From", "Into" and "Where" in the order indicated in the example above.
Queries are not case-sensitive. Object types and attributes can be entered with or without accents.

MetaClasses containing blanks must be entered within square brackets ([ ]).