Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: