Start of change

TO_TIMESTAMP

The TO_TIMESTAMP function returns a timestamp that is based on the interpretation of the input string using the specified format.

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

The TO_TIMESTAMP function is identical to TIMESTAMP_FORMAT except that if precision-constant is not specified, the timestamp precision of the result defaults to 12. For more information, see TIMESTAMP_FORMAT.

End of change