Only the Teradata SQL SELECT statements are supported in the SQL Selector operator's SelectStmt attribute.
The SELECT statements in the SQL Selector operator's SelectStmt attribute cannot have any of the following characteristics:
- Contain a USING modifier
- Contain a WITH or WITH BY clause
All SELECT statements in the SQL Selector operator's SelectStmt attribute are treated as a single multi-statement request to be sent to the database.
The entire length for the SELECT statements cannot be greater than 1MB.