Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cryptonector
on Jan 25, 2024
|
parent
|
context
|
favorite
| on:
Shouldn't FROM come before SELECT in SQL? (2011)
Nothing stops one from building a SQL parser that allows FROM to come first, really.
`SELECT 1;` would still be written `SELECT 1;` since there are no table sources there.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
`SELECT 1;` would still be written `SELECT 1;` since there are no table sources there.