공부
[SQL] `ISO8601` DATE_FORMAT(event_time, "yyyy-MM-dd'T'HH:mm:ss'Z'") event_time,
승가비
2022. 12. 2. 18:30
728x90
SELECT DATE_FORMAT(event_time, "yyyy-MM-dd'T'HH:mm:ss'Z'") event_time
https://stackoverflow.com/questions/66679640/convert-timestamp-format-to-iso-time-format-in-pyspark
convert timestamp format to iso time format in pyspark
I have a pyspark dataframe that has a field, time, that has timestamps in two formats, "11-04-2019,00:32:13" and "2019-12-05T07:57:16.000Z" How can I convert all the timestamp...
stackoverflow.com
728x90