$ 0 0 This will calculate the previous monday (when your week starts on sunday change to DATE '0001-01-07'): datecol - ((datecol - DATE '0001-01-01') MOD 7)And now it's easy to substract 20*7 days :-) Dieter
This will calculate the previous monday (when your week starts on sunday change to DATE '0001-01-07'):
And now it's easy to substract 20*7 days :-)
Dieter