TRY_TO_DATE¶
TRY_TO_DATE(EXPR)
A special version of TO_DATE
that performs
the same operation but returns NULL
instead of raising an error if
something goes wrong during the conversion.
TRY_TO_DATE(EXPR)
A special version of TO_DATE
that performs
the same operation but returns NULL
instead of raising an error if
something goes wrong during the conversion.