TIMESTAMP_TO_CHAR - Amazon Kinesis Data Analytics SQL Reference
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

TIMESTAMP_TO_CHAR

Uses a format string to format a timestamp as char. Returns the timestamp as a string.

TIMESTAMP_TO_CHAR(format,ts);

Where ts is timestamp.

Note

If the input is null, the output will be the string "null".