clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘
More of Clickhouse
- Create AggregatingMergeTree materialized view
- Inserting JSONEachRow format data into table
- Select sumIf query example
- Get total database size
- List all tables from all database
- Get table size
- Show running queries
- Create new user
- Using variables in queries
- Using dates with timezones
See more codes...