PostgreSQL: Example of RANGE Data Type

In this post, I am sharing examples of the RANGE Data type of PostgreSQL. Using RANGE data type, you can store different types of range data and can easily use range criteria for further filters. PostgreSQL has different RANGE type like: int4range (Integer) int8range (Bigint) numrange (Numeric) tsrange (Timestamp without time zone) tstzrange (Timestamp with … Continue reading PostgreSQL: Example of RANGE Data Type