Result: Into
Use the "Into" operator to name a set of results. This name is used as a title for the dialog box displaying the objects found.
Select MetaClass Into @set
The Into operator is optional: if it is missing, the result has the same name as the target MetaClass (“select Message where ...” is the same as “select Message into @Message where ...”) The name of the set must be preceded by @.
You can save the result using the commands in the Query menu of the dialog box displaying the query result. You can apply the "From" operator to this result.