clickhouseConvert string to date
Usage example
SELECT toDate('2025-05-15')
output
┌─toDate('2025-05-15')─┐
│ 2025-05-15 │
└──────────────────────┘
Related
More of Clickhouse
- List all tables from all database
- How to delete data
- How to format date/time
- Select where date column is between dates
- Import CSV data into table from a file
- Convert datetime to unix timestamp
- Create table example
- Convert array to rows
- LEFT JOIN query example
- Get total database size
See more codes...