desperateUser
Technical User
This is making me nuts.
SELECT SUM(r.entry_amt)+SUM(r.entry_amt*.035) AS AMOUNT
I can select SUM(r.entry_amt) and get the right result. I can select SUM(r.entry_amt*.035) and get the right result but I can't add them as in the statement above.
What gives?!?
Penelope
SELECT SUM(r.entry_amt)+SUM(r.entry_amt*.035) AS AMOUNT
I can select SUM(r.entry_amt) and get the right result. I can select SUM(r.entry_amt*.035) and get the right result but I can't add them as in the statement above.
What gives?!?
Penelope