Hacker News new | ask | show | jobs
by paulddraper 1119 days ago
It never made sense.

And FYI this comes from ANSI SQL.

1 comments

It does the second you want to join to the results of that subquery...this is an optimization that recognizes that the alias is never used and thus can be omitted. Nice QOL feature.