Status
Done
Text
Functions for working with time periods like PERIOD_ADD(), PERIOD_DIFF(), and date interval calculations.
Section 8. Handling Period Functions
This section covers the function that manipulates the periods in the format YYMM or YYMMMM.
- PERIOD_ADD() – add a number of months to a period in the format YYMM or YYMMMM.
- PERIOD_DIFF() – calculate the difference in months of two periods represented in the format YYMM or YYYYMM.
‣
MySQL PERIOD_ADD() Function
‣