I am to go from text column date which is stored like this:
1990-04-02T00:00:00.000
to a date in format ‘YYYY-MM-DD’
how do i do this is postgresql?
I am to go from text column date which is stored like this:
1990-04-02T00:00:00.000
to a date in format ‘YYYY-MM-DD’
how do i do this is postgresql?