I\'m trying to create to following view:
CREATE OR REPLACE VIEW view_events AS ( SELECT \"rank\"() OVER (PARTITION BY \"tb1\".\"innerid\" ORDER BY \"tb1
You can use the following syntax in Athena over Timestamp data type (dt):
SELECT id,dt,dt AT TIME ZONE 'America/New_York' as dateTimeNY FROM Table