Created
August 22, 2016 04:51
-
-
Save adamsafr/eda07ae424f16b0f038e8419cb10e8a2 to your computer and use it in GitHub Desktop.
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('2016-08-02', INTERVAL help_topic_id DAY) as mydate | |
FROM mysql.help_topic order by help_topic_id asc limit 14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment