在 AWS Athena 表中,我有一个时间戳列,看起来像,
select eventtime from cloudtrail_logs limit 1
eventtime
---------
2016-10-21T01:18:28Z
我需要获取超过 7 天的事件时间。
我试过了current()
,unix_timestamp
但没有运气。
在 AWS Athena 表中,我有一个时间戳列,看起来像,
select eventtime from cloudtrail_logs limit 1
eventtime
---------
2016-10-21T01:18:28Z
我需要获取超过 7 天的事件时间。
我试过了current()
,unix_timestamp
但没有运气。