C Program Language Comments | Teradata FastLoad - Comments - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
ruk1608578422758.ditamap
dita:ditavalPath
vax1619194969834.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 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.