It's important to know which SQL statements happen before others. Hopefully, this list will make it obvious why you can't use an alias in a WHERE statement, and why analytic functions can only be a SELECT:
- From / Join
- Connect By
- Where
- Group By
- Having
- Select / Analytic Functions
- Distinct
- Order By
- Fetch / Offset
No comments:
Post a Comment