Multi-Statement Processing - Basic Teradata Query

Basic Teradata Query Reference

Product
Basic Teradata Query
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-06-28
dita:mapPath
wmy1488824663431.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-2414
lifecycle
previous
Product Category
Teradata Tools and Utilities

In a multi-statement request, the semicolons that begin the line are used only to separate the statements. BTEQ does not submit any of the statements to a Teradata Database until it encounters a semicolon as the last nonspace character of a line. At that time, BTEQ sends all statements to a Teradata Database for processing as one single request.

Do not use an ANSI comment statement in conjunction with a semicolon character to indicate the final statement of a multi-statement request. If the semicolon appears after an ANSI comment, it is treated as part of the comment text string. If it appears before an ANSI comment, it does not qualify as the last nonspace character on the line.

For complete documentation on Teradata SQL, refer to SQL Fundamentals (B035-1141).