【发布时间】:2019-07-09 11:35:11
【问题描述】:
跑步:
SELECT tstzrange( '2019-05-01', '2019-05-09' ) && '2019-05-01'::timestamptz
我收到错误消息:
SQL Error [42883]: ERROR: operator does not exist: tstzrange && timestamp with time zone
Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
为什么没有范围与点重叠?
这个操作看起来很合理
【问题讨论】:
标签: postgresql