'Trying to calculate the number of working days from a given date and to exclude weekends in MYSQL
I'm trying to select a column that would reference a date-time value and allow me to find the date given an addition or subtraction of weekdays from the referenced date. I know I can calculate the number of days between with DateDiff but that hasn't seemed as useful in trying to determine a landing date X number of days from a given reference. Is there a way of leveraging DATE_ADD or another function for this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
