Created
May 28, 2021 07:17
-
-
Save dcorking/d55c2b7f18bbbec799bc894577b2d626 to your computer and use it in GitHub Desktop.
In MySQL: a task is to be done every 12 months. Is it due?
This file contains hidden or 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
SELECT DATE_ADD('2020-05-18', INTERVAL 12 MONTH) > NOW() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment