NS Admin
03/22/2022, 8:47 PMGeorge McMullen
03/22/2022, 10:03 PMADD_MONTHS()
does the trick, and use TRUNC()
to get it to the first of the month. https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions004.htmGeorge McMullen
03/22/2022, 10:33 PMTRUNC(ADD_MONTHS({trandate}, 7),'MONTH')
NS Admin
03/23/2022, 1:57 AMNS Admin
03/23/2022, 1:57 AMGeorge McMullen
03/23/2022, 2:49 AMNS Admin
03/23/2022, 5:33 PMGeorge McMullen
03/23/2022, 10:15 PMnlapiAddMonths
- I’ll have to remember that one!