Created
April 24, 2017 15:01
-
-
Save brandonhilkert/2f7184cab4f02268a72cbc9565fd4297 to your computer and use it in GitHub Desktop.
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
select '2017-02-19'::date as start, ('2017-02-19'::date + interval '30 days') as future | |
2017-02-19 2017-03-21 00:00:00 | |
select '2017-02-19'::date as start, ('2017-02-19'::date + interval '1 month') as future | |
2017-02-19 2017-03-19 00:00:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment