1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
【以下的回答经过翻译处理】 尝试使用 date_parse 或 from_iso8601_date 函数。
select date_parse(substr('2022-11-16T00:00:00.000Z',1,10),'%Y-%m-%d')
或者尝试下面的函数
select from_iso8601_date(substr('2022-11-16T00:00:00.000Z',1,10))
关于所有函数的完整列表,请根据您所使用的 Athena 引擎版本查看参考文档 https://docs.aws.amazon.com/athena/latest/ug/functions.html 参考链接: https://trino.io/docs/current/functions/datetime.html?highlight=date_parse#date_parse
関連するコンテンツ
- 質問済み 24日前
- 質問済み 1年前
- 質問済み 7年前
- AWS公式更新しました 4年前
- AWS公式更新しました 10ヶ月前
- AWS公式更新しました 3年前
- AWS公式更新しました 2年前