Return the difference between two periods:
SELECT PERIOD_DIFF(201710, 201703);
Try it Yourself »
The PERIOD_DIFF() function returns the difference between two periods. The result will be in months.
Note: period1 and period2 should be in the same format.
PERIOD_DIFF(
period1,
period2)
Parameter | Description |
---|---|
period1 | Required. A period. Format: YYMM or YYYYMM |
period2 | Required. Another period. Format: YYMM or YYYYMM |
Works in: | From MySQL 4.0 |
---|
Return the difference between two periods:
SELECT PERIOD_DIFF(201703, 201803);
Try it Yourself »
Return the difference between two periods:
SELECT PERIOD_DIFF(1703, 1612);
Try it Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!