Comment by cryptonector
3 months ago
Not quite. u/cyberax wants scalar bindings, not table-valued bindings.
Something like
FROM foo
LET a = (x + y) * z
SELECT a;
whereas CTEs are... Common Table Expressions.
3 months ago
Not quite. u/cyberax wants scalar bindings, not table-valued bindings.
Something like
FROM foo
LET a = (x + y) * z
SELECT a;
whereas CTEs are... Common Table Expressions.
No comments yet
Contribute on Hacker News ↗