Comments
-
Hi Grant (or anyone else who can assist), I'm running into an issue attempting to change day of week to Monday when I do the following (per your instructions above): DATE_ADD(DATE_SUB(`Create Date`, INTERVAL (DAYOFWEEK(`Create Date') - 1) DAY), INTERVAL 1 DAY) It does appear to work, but my corresponding rows don't change.…