Returns a number from 1 to 7 representing the day of the week
of the specified date, with Sunday=1, Monday=2,
and so on.
Parameters
Parameters| Parameter | Description | 
|---|
| date-expression | The date. | 
Example
The following statement returns the value 5:
SELECT DOW( '1998-07-09' ) FROM iq_dummy
Usage
See Reference: Statements and Options > Alphabetical List of Options > DATE_FIRST_DAY_OF_WEEK Option
 if you need Monday (or another day) to be the first day of
the week. 
Standards and Compatibility