In this blog post, let’s learn about the error message “4196 The HAVING clause that uses a renamed column cannot contain an aggregate or a subquery.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
4196 The HAVING clause that uses a renamed column cannot contain an aggregate or a subquery.
Reason for the Error
The HAVING predicate refers to a renamed column in the select list.
Solution
Correct the column name in the HAVING predicate