Y
Hacker News
new
|
ask
|
show
|
jobs
by
sonthonax
1499 days ago
Would this be compiled into a graph of subqueries and window statements?
1 comments
karmakaze
1498 days ago
I'm not following, the original could be written as
select x + 2 as y, 1 as x, y/x as z;
with the same column values in a different order. Order of arguments shouldn't matter is all I was saying.
link