Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
flakiness
on May 12, 2022
|
parent
|
context
|
favorite
| on:
Friendlier SQL with DuckDB
There is a bug for that and it looks someone is even working on it.
https://github.com/duckdb/duckdb/issues/1547
karmakaze
on May 12, 2022
[–]
There's also no need to make it left to right usage, as long as it's acyclic:
select y-2 as x, 3 as y, y/x as z;
sonthonax
on May 12, 2022
|
parent
[–]
Would this be compiled into a graph of subqueries and window statements?
karmakaze
on May 12, 2022
|
root
|
parent
[–]
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.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: