sql-tests.testcases.horology_functions.atTimeZoneAccessible.sql Maven / Gradle / Ivy
The newest version!
-- database: trino; groups: qe, horology_functions
SELECT timezone_hour(TIMESTAMP '2001-08-22 03:04:05.321' at time zone 'Asia/Oral'),
timezone_minute(TIMESTAMP '2001-08-22 03:04:05.321' at time zone 'Asia/Oral')