clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘
More of Clickhouse
- Using variables in queries
- Create table example
- Create AggregatingMergeTree materialized view
- List all tables from all database
- How to execute SQL query from a file
- Using multiIf in query
- Get total database size
- Inserting data into table example
- Add row number to results
- List all users
See more codes...