Hacker News new | ask | show | jobs
by mwigdahl 993 days ago
Does it seem clear to you that a + b is equivalent to b + a? If you know the semantics of join operations (as you should to at least a basic degree if you're going to use them), the SQL notation above is just as clear as the arithmetic notation for addition.
1 comments

To me the SQL notation is about as clear as a < b being equivalent to b < a.