Published
- 1 min read
sql get number of days between two dates
The solution for this is noted below
sql get number of days between two dates
Solution
DATEDIFF(DAY, '1/1/2011', '3/1/2011')
Try other methods by searching on the site. That is if this doesn’t work