My string looks like
05-MAR-12 01.33.34.000000000 PM
I need to convert this to timestamp (in teradata), I have tried:
cast(create_date as TIMESTAMP(0) FORMAT 'dd-mm-yybhh.mi.ss')
plus some other combinations, but everytime i get "Invalid Timestamp" Error.
Any suggestions?
↧