PERIOD_DIFF(period1,period2)

Description: Returns the number of months between period1 and period2 (both in the format YYYYMM or YYMM). The result will be positive if period1 is later than period2.

Examples:

  • PERIOD_DIFF(200212,200301) returns -1.

  • PERIOD_DIFF(0302,0212) returns 2.

See also: PERIOD_ADD()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.60.249