Start of change

TO_TIMESTAMP scalar function

The TO_TIMESTAMP function returns a TIMESTAMP WITHOUT TIME ZONE value that is based on the interpretation of the input string using the specified format.

Read syntax diagramSkip visual syntax diagram TO_TIMESTAMP ( string-expression , format-string ,6,precision-constant )

The TO_TIMESTAMP function is identical to the TIMESTAMP_FORMAT function. For more information, see TIMESTAMP_FORMAT.

End of change