This operator can be used to attach a subplan to another operator with a specific id. Typically, this can be used to attach a new query to an existing query.

Parameter

Example

#QUERY
out = UNION({id="MainMerge"},..)

#QUERY
tmp = APPENDTO({appendTo="MainMerge"}, planToAppend)