Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryguyrg
416 days ago
note that DuckDB allows that reverse ordering (FROM-first)
FROM table SELECT foo, bar WHERE zoo=“goo”
1 comments
viggity
416 days ago
it makes intellisense/autocomplete work a hell of a lot easier. LINQ in dotnet does the same thing.
link