Programming Blog

▼
▼
Showing posts with label getdate. Show all posts
Showing posts with label getdate. Show all posts
Tuesday, 22 September 2020

How to find first weekday in the month in MSSQL

›
declare @n datetime = dateadd(mm,0,getDate())    declare @FirstWeekDayOfMonth int    SELECT @FirstWeekDayOfMonth= CASE          WHEN Dat...
›
Home
View web version

About Me

Sushma
View my complete profile
Powered by Blogger.