The 'closed_date' column and 'submit_date' are loaded into Oracle as strings, they look like this:
8/17/2017 12:41 (in 24hrs)
How can I convert this string format into date in the format of mm/dd/yyyy hh24:mi:ss
Thank you!
The 'closed_date' column and 'submit_date' are loaded into Oracle as strings, they look like this:
8/17/2017 12:41 (in 24hrs)
How can I convert this string format into date in the format of mm/dd/yyyy hh24:mi:ss
Thank you!
Given your date format, you don't want seconds: