Hacker News new | ask | show | jobs
by mathnmusic 652 days ago
Isn't this fan-in?

let A = select * from tbla

let B = select * from tblb

let C = select * from A join B

1 comments

Think about what tbla and tblb can be - hint they can only be globals (ie actual tables)