WEEK function (ODBC compatible)
Syntax
WEEK ( time_expression )
Description
The scalar function WEEK returns the week of the year as a short integer value (range 1 - 53).
Example
SELECT *
FROM orders
WHERE WEEK (order_date) = 5 ;
Notes
TOCIndex