clickhouseHow to get current datetime
Usage example
SELECT now()
output
┌───────────────now()─┐
│ 2022-01-12 17:14:54 │
└─────────────────────┘More of Clickhouse
- Using anyLast() with grouped data
- Get year and month from date
- Get total database size
- Select where date column is between dates
- List all tables from all database
- Inserting JSONEachRow format data into table
- List all users
- How to use regex in queries
- Convert array to string
- Get table size
See more codes...