Try this datefield>=trunc(next_day(_add_days(current_date,-29),'monday'),'day') and datefield<=current_date this gives 4weeks back starting monday to current date data you can replace monday with anyday and if you dont want till current date meant to s...
↧