Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The subquery operator behaves like any other operator. It can have a name (here complex) and must provide the source of the subquery. This can be a file, contain the querytext (QUERYFILE) or this can be a running query (queryID or queryName), or the query text can be given inside a string (query). In the last case, the parser must be set (if other than Odysseus Script). Hte outputconnectors in the ouside query are not necessary. It is possible just to connect to out in the example above, if only the output from port 0 is used

The subquery can have 0 to n inputs. If (like in the above example) an input from the outside query is given, connectors need to be defined inside the subquery.

...