sql 雅典娜解析日期时间#AWS #Athena #Prestodb

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 雅典娜解析日期时间#AWS #Athena #Prestodb相关的知识,希望对你有一定的参考价值。

# AthenaはPrestodbのSQLを利用している
# https://prestodb.io/docs/current/functions/datetime.html#z
# parse_datetimeはJavaの関数
# http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html
# twitterのcreated_atを変換
SELECT parse_datetime('Tue Dec 05 11:01:38 +0000 2017', 'EEE MMM dd HH:mm:ss Z YYYY') AT TIME ZONE 'Asia/Tokyo'

以上是关于sql 雅典娜解析日期时间#AWS #Athena #Prestodb的主要内容,如果未能解决你的问题,请参考以下文章

Aws Athena View 列数限制?

使用 PyCharm 通过 JDBC 连接到 AWS Athena - fetchSize 问题

雅典娜的偏距

来自字符串字段的 AWS Athena json_extract 查询返回空值

Amazon Athena 将字符串转换为日期

如何使用 AWS Glue 将许多 CSV 文件转换为 Parquet