Presto SQL - Converting a date string to date format

后端 未结 8 1657
谎友^
谎友^ 2020-12-14 14:58

I\'m on presto and have a date formatted as varchar that looks like -

7/14/2015 8:22:39 AM

I\'ve looked the presto docs and tried various

8条回答
  •  庸人自扰
    2020-12-14 15:33

    If your string is in ISO 8601 format, you can also use from_iso8601_timestamp

提交回复
热议问题