Created
May 27, 2019 09:25
-
-
Save arumoy/8f2fd198fb09d72996a1b6beae325934 to your computer and use it in GitHub Desktop.
Round any date to nearest Monday
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date_sub(date(date), interval MOD(TO_DAYS(date) -2, 7) day) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment