Comments - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2019-02-14
dita:mapPath
ybx1527114222321.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities
Teradata FastLoad supports C program language comments. Comments supported for Teradata FastLoad have the following characteristics:
  • Begin with a forward slash asterisk (/*) character sequence and end with an asterisk forward slash (*/) sequence. These sequences are the beginning and ending delimiters; all intervening text is treated as a comment.
  • Will be sent to the Teradata Database
  • Are invalid within string or character literals. A /* within a quoted string is not treated as the beginning of a comment.

Teradata FastLoad does not support nested comments.