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