clickhouseGet current server timezone
Usage example
SELECT timezone()
output
┌─timezone()────┐
│ Europe/Lisbon │
└───────────────┘
More of Clickhouse
- Using variables in queries
- Get total database size
- List all tables from all database
- Convert string to date/time
- Create table example
- How to execute SQL query from a file
- Select where date column is between dates
- Remove column from a table
- Show running queries
- Convert datetime to unix timestamp
See more codes...