Y
Hacker News
new
|
ask
|
show
|
jobs
by
cryptonector
209 days 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
.