|
|
|
|
|
by NickNameNick
3541 days ago
|
|
Only if they're meaningful. SQL isn't BASIC, and we aren't limited to x (1,2,4, etc) character variable names. Why not just use the existing meaningful name? They aren't that hard to type, and you might even be able to use autocompletion, depending on environment. I've spent far too much time re-writing queries to remove obfuscating aliases to accept a blanket statement that they make it easier to get your head around the code. |
|
I agree that s1 and s2 are bad though, as I said in another comment.