filipsch opened this issue 6 years ago · 0 comments
SELECT id FROM artists WHERE id > 100
versus
SELECT id FROM artists WHERE (id > 100)
Notice that the first image shows where_clause on the edge, while the second shows where_clause[0]. Not sure if there is ever a use-case for multiple WHERE's
where_clause
where_clause[0]
WHERE