PostgreSQL - Advanced Features
You want to find all integer ranges in a table
intervals with column int_range (type int4range) that do NOT overlap with [10, 20). Which query correctly finds these non-overlapping ranges?