Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
masklinn
on Oct 29, 2021
|
parent
|
context
|
favorite
| on:
An UPDATE without a WHERE, or something close to i...
> In select, the actual SELECT clause (field selection) can usually be conceptualized as “happening” after all other clauses
Not quite true, DISTINCT, ORDER BY and TOP/LIMIT happen afterwards.
hermanradtke
on Oct 29, 2021
[–]
Also, HAVING
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not quite true, DISTINCT, ORDER BY and TOP/LIMIT happen afterwards.