Convert time interval to units of hours | Will Holtz | 2015-12-14 16:37 |
Status: Closed | ||
According to https://jdbc.postgresql.org/documentation/94/escaped-functions.html#escape-datetime-functions-table, timestampdiff() gets translated to an extract() for Postgres. That matches the behavior I am seeing. -Will |
||