447
Lucky enough, I am C++ Developer
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Every major SQL implementation includes both of those things. Of course, it's rarely needed or desirable if you know how to properly write SQL.
You can alias expressions.
Wtf are you talking about? For one, filtering by the output of an aggregate is what the
HAVINGclause is for. But even if that didn't exist, you could just use a subquery instead. You don't need to make table...Tbh it just sounds like you don't know SQL very well. Which is fine, but doesn't make for a very compelling criticism. SQL does have warts (even though it's great overall), but none of what you described are real problems.