Skip to content

Instantly share code, notes, and snippets.

@patelc75
Created February 5, 2010 23:05
Show Gist options
  • Save patelc75/296357 to your computer and use it in GitHub Desktop.
Save patelc75/296357 to your computer and use it in GitHub Desktop.
Falls with null timestamps on idev
haloror=# select * from falls where timestamp is null;
id | user_id | timestamp | magnitude | device_id | timestamp_call_center | call_center_pending | timestamp_server
-------+---------+-----------+-----------+-----------+-----------------------+---------------------+-------------------------------
29073 | 44 | | 0 | | | t | 2010-02-03 06:55:03.132337+00
29074 | 44 | | 0 | | | t | 2010-02-03 06:55:03.264691+00
29075 | 44 | | 0 | | | t | 2010-02-03 06:55:03.321366+00
29076 | 44 | | 0 | | | t | 2010-02-03 06:55:03.372586+00
29077 | 44 | | 0 | | | t | 2010-02-04 00:58:02.184664+00
29078 | 44 | | 0 | | | t | 2010-02-04 00:58:02.338812+00
29079 | 44 | | 0 | | | t | 2010-02-04 00:58:02.402535+00
29080 | 44 | | 0 | | | t | 2010-02-04 00:58:02.463739+00
29081 | 44 | | 0 | | | t | 2010-02-04 00:58:02.67424+00
29082 | 44 | | 0 | | | t | 2010-02-04 00:58:02.732939+00
29083 | 44 | | 0 | | | t | 2010-02-04 00:58:02.788173+00
29084 | 44 | | 0 | | | t | 2010-02-04 00:58:02.84188+00
29085 | 44 | | 0 | | | t | 2010-02-04 00:58:02.894872+00
29086 | 44 | | 0 | | | t | 2010-02-04 00:58:02.951046+00
29087 | 44 | | 0 | | | t | 2010-02-04 00:58:03.152666+00
29088 | 44 | | 0 | | | t | 2010-02-04 00:58:03.208503+00
29089 | 44 | | 0 | | | t | 2010-02-04 00:58:03.267384+00
29090 | 44 | | 0 | | | t | 2010-02-04 00:58:03.325331+00
29091 | 44 | | 0 | | | t | 2010-02-04 00:58:03.375314+00
29092 | 44 | | 0 | | | t | 2010-02-04 00:58:03.436352+00
29093 | 44 | | 0 | | | t | 2010-02-04 00:58:03.640641+00
29094 | 44 | | 0 | | | t | 2010-02-04 00:58:03.698463+00
29095 | 44 | | 0 | | | t | 2010-02-04 00:58:03.758948+00
29096 | 44 | | 0 | | | t | 2010-02-04 00:58:03.82543+00
29097 | 44 | | 0 | | | t | 2010-02-04 00:58:03.889891+00
29098 | 44 | | 0 | | | t | 2010-02-04 00:58:03.956248+00
29099 | 44 | | 0 | | | t | 2010-02-04 00:58:04.01888+00
29100 | 44 | | 0 | | | t | 2010-02-04 00:58:04.235685+00
29101 | 44 | | 0 | | | t | 2010-02-04 00:58:04.303786+00
(29 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment