Range Functions and Operators

9.19. Range Functions and Operators

See Section 8.17 for an overview of range types.

Table 9-47 shows the operators available for range types.

Table 9-47. Range Operators

Operator Description Example Result
= equal int4range(1,5) = '[1,4]'::int4range t
<> not equal numrange(1.1,2.2) <> numrange(1.1,2.3) t
登录查看完整内容