[TD_SYSFNLIB.] CSV (
NEW VARIANT TYPE ( value [,...] ),
delimit_string_value,
quote_string_value
)
Syntax Elements
- TD_SYSFNLIB.
- Name of the database where the function is located.
- NEW VARIANT_TYPE value
- A numeric or character expresssion.
- NEW VARIANT_TYPE can support up to 8 row column values.
- Each row column value can have a maximum of 128 columns of any supported data type.
- delimit_string_value
- A character expression.
- A comma (,) is the default delimiter character.
- quote_string_value
- A character expression.
- If you specify a quotation mark character, for example ‘”’, columns defined as string data types are returned within quotation marks.