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

If that counts, how about common table alias declarations?

WITH a AS b c