How to convert to_timestamp from oracle to mysql timestamp

647 Views Asked by At

This if from

oracle to_timestamp('17-SEP-20 12.32.25.644000000 PM','DD-MON-RR HH.MI.SSXFF AM')

Need something like this for sql

STR_TO_DATE('17-SEP-20 12.32.25.644000000 PM','%d-%b-%Y %H.%i.%s.%f %p')
0

There are 0 best solutions below