Returns the week of year of the date or timestamp.
date_timestamp_expression: A DATE or TIMESTAMP expression.
DATE
TIMESTAMP
Examples
SELECT WEEKOFYEAR('2003-02-01 11:43:22') -- 5