On Tue, Jan 5, 2010 at 6:33 PM, Chris <[email protected]> wrote: > I'm trying to get extract() to always return the number of hours between two > time intervals, ala:
SELECT extract(epoch from timeend - timestart) / 3600 from t1; rls -- :wq -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
