Last active
December 22, 2016 08:00
-
-
Save talentdeficit/71da3e634af51ba404eda29bb0295800 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
postgres=# SELECT TIMESTAMP 'January 1, 99 AD' > TIMESTAMP 'January 1, 100 AD' | |
?column? | |
---------- | |
t | |
(1 row) | |
postgres=# SELECT TIMESTAMP 'January 1, 2001 AD' = TIMESTAMP 'January 1, 1 AD' ; | |
?column? | |
---------- | |
t | |
(1 row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment