Y
Hacker News
new
|
ask
|
show
|
jobs
by
plaidphantom
592 days ago
How about SQL joins? "foo JOIN bar ON foo.id = bar.fooid"
1 comments
recursive
592 days ago
If that counts, how about common table alias declarations?
WITH a AS b c
link
WITH a AS b c