Comment by ldb
7 years ago
How do I test for empty set? If I understand correctly then "SELECT * FROM Movies WHERE description = {};" will not work, right?
7 years ago
How do I test for empty set? If I understand correctly then "SELECT * FROM Movies WHERE description = {};" will not work, right?
You can use the EXISTS operator: https://edgedb.com/docs/edgeql/funcops/set#operator::EXISTS