Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find DOW in SQL Server?
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01687856
Message ID:
01687896
Views:
15
>>Hi,
>>
>>I want to specify in the SQL Select that Day of the Week in Monday. I know that in VFP it would be the function DOW().
>>That is, in VFP I would use
>>
>>where DOW(date_field) = 2
>>
>>What function could I use in SQL Server?
>>
>>TIA
>
>SET DATEFIRST = 1
>
>Check my answer to your previous question.

Something I still do not understand. If you want to make sure that only Mondays are selected with a SQL Select, you would want to include Something in the WHERE expression. How do you use the "SET DATEFIRST .." in the WHERE expression of the SQL Select?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform