|
|
|
|
|
by jmull
601 days ago
|
|
> it also makes it easier for compilers/query planners to understand what you're trying to do Hopefully that's not true. SQL's a declarative language, where you describe what you want and the system figures out how to do it. If you describe exactly the same thing using two different syntaxes, the system shouldn't really do anything different. That just makes the programmer's job harder. |
|