Comments - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-18
dita:mapPath
tjz1488824663315.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
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.