clickhouseConvert string to date
Usage example
SELECT toDate('2025-05-15')
output
┌─toDate('2025-05-15')─┐
│ 2025-05-15 │
└──────────────────────┘9951 explained code solutions for 126 technologies
SELECT toDate('2025-05-15')
┌─toDate('2025-05-15')─┐
│ 2025-05-15 │
└──────────────────────┘