Hacker News new | ask | show | jobs
by niceworkbuddy 2454 days ago
Every database. It's because of logical order of execution, as explained in article. Eg. you cannot use `having` before `where` even if syntax of SQL is allowing you to do so.