WEEK_ISO
Returns the ISO week number of the year for a date.
Analyze Syntax
func.week_iso(<date>)
Analyze Examples
func.week_iso('2024-06-15')
┌────┐
│ 24 │
└────┘
SQL Syntax
WEEK_ISO(<date>)
SQL Examples
SELECT WEEK_ISO('2024-06-15');
┌────┐
│ 24 │
└────┘