Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个现场解决的时间。如何在 SQL 的 where 条件下将解析时间从GMT转换为 AEST(澳大利亚时间)?
SELECT resolved_time AT TIME ZONE 'Australia/Sydney' AS resolved_time_Aus FROM yourtable;