Viewing 3 posts - 1 through 3 (of 3 total)
Another way, increasing the join conditions:
DELETE FROM #TableWHERE ID in ( SELECT r1.id FROM #Table r1 INNER JOIN #Table r2 ...
April 27, 2018 at 3:17 am
#1988423
Here's another slightly different solution
Find the start of month of pricing date, find the start of month of todays date, then if the difference is one month ->...
March 16, 2018 at 4:35 am
#1983520
January 24, 2018 at 3:27 am
#1977066