clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘More of Clickhouse
- Using anyLast() with grouped data
- Get total database size
- Inserting JSONEachRow format data into table
- Get year and month from date
- List all tables from all database
- Disable logs
- Remove column from a table
- Select where date column is between dates
- Increase number of concurrent queries
- Create AggregatingMergeTree materialized view
See more codes...