datetime, Programming IT Nursery How do I convert an interval into a number of hours with postgres? Say I have an interval like 4 days 10:00:00 in postgres. How do I convert that to a number of hours (106 in this case?) Is there a function... May 30, 2022 0 Comments