WEEK
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the week of the year as a short integer value in the range of 1-53.
Syntax
|
Notes
- The
argument to the function must be of type
DATE. - If date_expression is supplied as a date literal, it can be any of the valid date_literal formats where the day specification (DD) precedes the month specification (MM).
- The result is of type
SHORT. - If the argument expression evaluates to
NULL, the result isNULL.
Example
The
query returns all columns from rows in the orders table where the order_date is
in the fifth week of the year. This example illustrates the WEEK function:
|
Compatibility
ODBC compatible