DAYNAME

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


DAYNAME (arithmetic_expression)

Description

The DAYNAME function returns the name of the day of the week for the date passed in the arithmetic_expression.

Example

This example returns the name of the day of the week for each date of birth passed:

   SELECT DAYNAME(Date_of_birth);

See Also

DAY, DAYOFMONTH, DAYOFWEEK, DAYOFYEAR.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next