SyntaxFix
Write A Post
Hire A Developer
Questions
@cem's answer, has a flaw, if sysdate is a sunday, it returns the monday following. Inspired by his answer, here is one tested against few weeks:
sysdate
select (sysdate - to_char(sysdate-1, 'd') + 1) first_day_of_week --A monday here from dual