Hi All,
Good day.
We have a job in BODI that is currently populating this current table and we want to update column (ISO_WEEK) in the attached file, I highlight the affected rows in yellow there are correct and the red are the one need to update in 2009W53-2010W53.
Here is my script that I use and it still missing something?
UPDATE AW_WAREHOUSE_TI ME_DIM2
SET ISO_WEEK = ISO_YEAR||'WK53 '
WHERE
ISO_WEEK_IN_YEA R = 52 AND
MONTH_OF_CALEND ER_YEAR = 12 AND
DAY_OF_CALENDER _MONTH <= 31
Anyone inputs is highly appreciated.
Thanks,
Piery Lancer J. Buenvenida
Good day.
We have a job in BODI that is currently populating this current table and we want to update column (ISO_WEEK) in the attached file, I highlight the affected rows in yellow there are correct and the red are the one need to update in 2009W53-2010W53.
Here is my script that I use and it still missing something?
UPDATE AW_WAREHOUSE_TI ME_DIM2
SET ISO_WEEK = ISO_YEAR||'WK53 '
WHERE
ISO_WEEK_IN_YEA R = 52 AND
MONTH_OF_CALEND ER_YEAR = 12 AND
DAY_OF_CALENDER _MONTH <= 31
Anyone inputs is highly appreciated.
Thanks,
Piery Lancer J. Buenvenida
Comment