yup, got that `Error: too many terms in compound SELECT` (coming from a `select {condition} union al

yup, got that Error: too many terms in compound SELECT (coming from a select {condition} union all select {another condition} ).. I suppose I'm wondering what SQLite differences would account for this seeing that the query works in the regular backend but errors out in the experimental?
Was this page helpful?