Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
almostgotcaught
on Aug 24, 2024
|
parent
|
context
|
favorite
| on:
Pipe Syntax in SQL
That only gives you trees not DAGs - you can't do fan-in (there's no way to "share" let bound names).
mathnmusic
on Aug 30, 2024
[–]
Isn't this fan-in?
let A = select * from tbla
let B = select * from tblb
let C = select * from A join B
almostgotcaught
on Aug 31, 2024
|
parent
[–]
Think about what tbla and tblb can be - hint they can only be globals (ie actual tables)
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: