/ Published in: SQL
useful if a "valid until" should have an exact ( in this case far future ) value.
Expand |
Embed | Plain Text
SELECT ADDDATE( NOW(), INTERVAL 20 YEAR )
You need to login to post a comment.
useful if a "valid until" should have an exact ( in this case far future ) value.
SELECT ADDDATE( NOW(), INTERVAL 20 YEAR )
You need to login to post a comment.