clickhouseConvert string to date
Usage example
SELECT toDate('2025-05-15')
output
┌─toDate('2025-05-15')─┐
│ 2025-05-15 │
└──────────────────────┘Related
More of Clickhouse
- Using anyLast() with grouped data
- Disable logs
- Create AggregatingMergeTree materialized view
- Get total database size
- Increase number of concurrent queries
- Using multiIf in query
- Get year and month from date
- How to format date/time
- Select rows with any of specified values in array column
- List all tables from all database
See more codes...