You wrote: "The SQL executes fine when run directly against the database using SQL Assistant."
Try "Execute Parallel" (vs. "Execute") in SQL Assistant. "Execute Parallel" will fail in SQL Assistant. "Execute Parallel" sends one Multi-Statement request to the Teradata Database; while "Execute" sends three single-statement requests.
You wrote: "The SQL executes fine when run directly against the database using SQL Assistant."
Try "Execute Parallel" (vs. "Execute") in SQL Assistant.
"Execute Parallel" will fail in SQL Assistant. "Execute Parallel" sends one Multi-Statement request to the Teradata Database; while "Execute" sends three single-statement requests.