PostgreSQL - Advanced Features
Why does this query fail?
SELECT * FROM periods WHERE int_range <@ int4range('1,10');SELECT * FROM periods WHERE int_range <@ int4range('1,10');int4range(text) constructor expects a properly formatted string like '[1,10)', but '1,10' lacks bounds notation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions