clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘
More of Clickhouse
- Select countIf usage example
- How to get median value
- List all tables from all database
- Get year and month from date
- Using anyLast() with grouped data
- Select where date column is between dates
- Using variables in queries
- Convert datetime to unix timestamp
- How to get 95% percentile
- Create table example
See more codes...