SQL is an odd language in that the FROM comes after the SELECT.
This seems like a common meme, but I always thought Select-First was actually quite sensible. Isn’t that how List/Map Comprehensions work ? I don’t really care about autocomplete.
[ [X, Y] || X <- "abc", Y <- [1, 2, 3] ].
This seems like a common meme, but I always thought Select-First was actually quite sensible. Isn’t that how List/Map Comprehensions work ? I don’t really care about autocomplete.