MySQL Forums
Forum List  »  Microsoft Access

Re: Another access to mysql query
Posted by: Devart Team
Date: August 19, 2010 11:57PM

The field `SumOfPoints` is alias, so it cannot be used in the current field list -
...
(TotalPointsEarned - (TotalPointsClaimed + SumOfPoints)) AS probeer
...

Consider to write a subquery to use `SumOfPoints` field.

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Views
Written By
Posted
3156
August 18, 2010 03:25AM
Re: Another access to mysql query
1325
August 19, 2010 11:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.