No, changing to mysqli will not solve this, it is just not implemented in the mysql server. What you can do is this:
SELECT * FROM (
SELECT a, b, (a+b) AS c FROM table
) AS tmp
WHERE c = 1
pritaeas
Posting Expert
5,483 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875