Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||
|
4D v20
WEEK
|
|
||
The WEEK function returns the week of the year (ranging from 1 to 54) of the date passed in the arithmetic_expression. The week begins on Sunday and January 1st is always in the first week.
This example returns a number representing the week of the year for each date of birth passed:
SELECT WEEK(Date_of_birth);
Produkt: 4D
Thema: Functions
4D - SQL Reference ( 4D v20)