top | item 43785370

(no title)

ryguyrg | 10 months ago

note that DuckDB allows that reverse ordering (FROM-first)

FROM table SELECT foo, bar WHERE zoo=“goo”

discuss

order

viggity|10 months ago

it makes intellisense/autocomplete work a hell of a lot easier. LINQ in dotnet does the same thing.