0

I want to count the number of saturdays and sundays in a certain year. Is there any way that I can do that in sql?

Sam M
  • 4,136
  • 4
  • 29
  • 42

1 Answers1

0

As alternative solution you could have a look at the answer in this post right here. It shows how to calculate the weekdays between to dates and can be easily adjusted to calculate Saturdays/Sundays.

C. Raffick
  • 30
  • 6