clickhouseConvert string to date
Usage example
SELECT toDate('2025-05-15')
output
┌─toDate('2025-05-15')─┐
│ 2025-05-15 │
└──────────────────────┘
Related
More of Clickhouse
- Convert hex to text
- Using variables in queries
- Select where date column is between dates
- Convert datetime to unix timestamp
- List all tables from all database
- Get total database size
- Select rows with certain value in array column
- String concat
- Create table with UUID column
- Add row number to results
See more codes...