Skip to content

Instantly share code, notes, and snippets.

@ntk1000
Created September 4, 2014 07:37
Show Gist options
  • Save ntk1000/d78de9e998aca6febb4b to your computer and use it in GitHub Desktop.
Save ntk1000/d78de9e998aca6febb4b to your computer and use it in GitHub Desktop.
PostgreSQLでinfinityのデータを検索する ref: http://qiita.com/ntk1000@github/items/8888e40cfc10b2c47e33
select * from table_name where datetime_column='infinity'::timestamp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment