If I have to find upcoming birthdays in current week and the current week
fall into different months - how would you handle that?
Extract(week from timestamptz_column)
ISO weeks are not affected by month boundaries but do start on Monday.
David J.
If I have to find upcoming birthdays in current week and the current week
fall into different months - how would you handle that?