This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-06 07:32:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5e4cde8540
ClickHouse
/
tests
/
queries
/
0_stateless
/
01497_now_support_timezone.sql
2 lines
72 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update 01497_now_support_timezone.sql
2020-09-30 00:45:57 +00:00
SELECT
(
toHour
(
now
(
'
Asia/Shanghai
'
)
)
-
toHour
(
now
(
'
UTC
'
)
)
)
IN
(
8
,
-
16
)
;
Reference in New Issue
Copy Permalink