Can anyone tell please tell me how to change 2018-01-15T08:54:45.000Z to 2018-01-15 08:54:45 in PostgreSQL.
Here my timestamp: 2018-01-15T08:54:45.000Z is in text format.
I need to split it into two different columns like one for the only date:2018-01-15 and another is for only time:08:54:45