Ben Nadel wrote:
> Do any parts of the query work? Meaning, If you run with just the first SUM
> directive does it work? Does it work if you do not do the "*" in the second
> SUM? Let's see if we can narrow it down to exactly what is breaking?

It is definately this one causing the problem:

select
        SUM(QUANTITY*OPTION_PRICE) AS MERCH_CHARGE
FROM contents

Both values are numeric (I output #isNumeric(contents.QUANTITY)# and 
#isNumeric(contents.OPTION_PRICE)#

The values are 1 and 16.99



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240357
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to