Comment by ryguyrg Comment by ryguyrg 3 months ago 1 reply Copy Link View on Hacker News note that DuckDB allows that reverse ordering (FROM-first)FROM table SELECT foo, bar WHERE zoo=“goo”
Copy Link viggity 3 months ago Collapse Comment - it makes intellisense/autocomplete work a hell of a lot easier. LINQ in dotnet does the same thing. Reply View | 0 replies
it makes intellisense/autocomplete work a hell of a lot easier. LINQ in dotnet does the same thing.