Skip to content

Instantly share code, notes, and snippets.

@brandonhilkert
Created April 24, 2017 15:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonhilkert/2f7184cab4f02268a72cbc9565fd4297 to your computer and use it in GitHub Desktop.
Save brandonhilkert/2f7184cab4f02268a72cbc9565fd4297 to your computer and use it in GitHub Desktop.
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