How do I select records in Postgres that have hour values greater than 00:00:00? The field type is Timestamp with time zone.
Example record:
"2012-07-30 07:00:00-07"
I need everything that is greater than 00:00:00
|
How do I select records in Postgres that have hour values greater than 00:00:00? The field type is Timestamp with time zone. Example record: "2012-07-30 07:00:00-07" I need everything that is greater than 00:00:00 |
|||
|
Use
|
|||||||||
|
[postgresql] timestamp hourwould've found helpful answers, as would google.com/search?q=postgresql+timestamp+hour+greater+than – Craig Ringer Nov 21 '12 at 1:17