clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘
More of Clickhouse
- Select sumIf query example
- Create AggregatingMergeTree materialized view
- Inserting JSONEachRow format data into table
- List all tables from all database
- Get total database size
- Get table size
- How to select based on Tuple element value
- Using variables in queries
- List all users
- Add row number to results
See more codes...