|
|
|
|
|
by naasking
1608 days ago
|
|
> What gets selected is generally the thing most cared about so it goes first I disagree. When you're reading a query you often already know what you were trying to select, you just have a problem with a clause somewhere. This suggests that the select should go last, and this makes perfect sense as Haskell's comprehensions and C#'s LINQ are both way easier to work with than SQL. |
|