SQL - Scalar functions - WEEK
The WEEK scalar function returns the week of the year of the argument as an integer value in range 1-54. The week starts with Sunday.
The schema is SYSFUN.
The result of the function is INTEGER. The result can be null; if the argument is null, the result is the null value.