How about the error?
What exactly is going wrong with the query?
You should keep in mind tho, that in a query like that, numbers will not be interpreted as column names. If you have column names that are numbers, they must be enclosed in back-ticks (`).
Also, you can not use the aliases for the first two columns to get the sum for the third one. You would have to use the actual column names.