PostgreSQL - Full-Text Search
What will be the result of this query?SELECT * FROM articles WHERE body @@ to_tsquery('!apple | banana');
Assuming body is a tsvector column.
What will be the result of this query?SELECT * FROM articles WHERE body @@ to_tsquery('!apple | banana');
Assuming body is a tsvector column.
!apple | banana means NOT apple OR banana.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions