【发布时间】:2020-04-24 03:48:12
【问题描述】:
SELECT "reviewedAt", "createdAt", DATEDIFF('hour', "createdAt"::timestamp, "reviewedAt"::timestamp) as hours_approved from "yadda$prod"."Application"
错误 [42883] 错误:函数 datediff(未知,没有时区的时间戳,没有时区的时间戳)不存在 提示:没有函数与给定的名称和参数类型匹配。您可能需要添加显式类型转换。位置:36
【问题讨论】:
标签: postgresql datediff