http://dev.mysql.com/doc /refman/5.0/es/problemas-con-alias.html
Prueba esto, en su lugar:
SELECT x + y AS z, t.* FROM t WHERE x = 1 HAVING z = 2;
http://dev.mysql.com/doc /refman/5.0/es/problemas-con-alias.html
Prueba esto, en su lugar:
SELECT x + y AS z, t.* FROM t WHERE x = 1 HAVING z = 2;