Y
Hacker News
new
|
ask
|
show
|
jobs
by
qoi2ijds0
2879 days ago
Only for every returned row. The projection does not affect the underlying result set, it merely "shapes" the results you have received. WHERE clauses are always run before SELECT
1 comments
VintageCool
2879 days ago
The query in the article has no WHERE clause. It must calculate that function for every row in `commits`.
link