In this example, the date_time_term is a date_time_primary column value named f1.
TS.f1 is a value of type TIME or TIMESTAMP and intrvl.a is a column interval value of type INTERVAL HOUR(2) TO MINUTE.
SELECT f1 AT TIME ZONE intrvl.a FROM TS;
In this example, the date_time_term is a date_time_primary column value named f1.
TS.f1 is a value of type TIME or TIMESTAMP and intrvl.a is a column interval value of type INTERVAL HOUR(2) TO MINUTE.
SELECT f1 AT TIME ZONE intrvl.a FROM TS;