darklilcorner
11/23/2020, 6:56 PMscottvonduhn
11/23/2020, 7:51 PM{today} + 5 - to_number(to_char({today}, 'D'))
Wednesday of next week: {today} + 11 - to_number(to_char({today}, 'D'))
scottvonduhn
11/23/2020, 7:52 PMSYSDATE
instead of `{today}`: SYSDATE + 11 - TO_NUMBER(TO_CHAR(SYSDATE, 'D'))
michoel
11/24/2020, 9:52 PM