Predicate order in SQL is pretty dodgy all around and makes it hard to build intuition around SQL queries. In select, the actual SELECT clause (field selection) can usually be conceptualized as “happening” after all other clauses, but of course it comes first in the query.
This problem is fixed in query languages like EdgeQL.[0]
This problem is fixed in query languages like EdgeQL.[0]
[0] https://www.edgedb.com/docs/edgeql/commands/update