Start of change

TO_DATE

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

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

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

End of change