SQL - Scalar functions - THIS_WEEK
The THIS_WEEK function returns the first day of the week that contains the specified date. Sunday is considered the first day of that week.
The schema is SYSIBM.
This function returns a value of data type DATE. If the argument can be null, the result can be null. If the argument is null, the result is the null value.
values this_week ('1996-02-29') Result: 1996-02-25