H
Honestcon
A simple query - I want to multiply two fields, CategoryPrice and ProductQua,
from my Extras table.
This is the code I wrote:
SELECT EXP(SUM(LOG(CategoryPrice))), ProductQua
FROM Extras
And this is the error I got:
You tried to execute and expressio that does not include the specified
expression 'ProductQua' as par of an aggregate function.
How do I rectify this, please.
from my Extras table.
This is the code I wrote:
SELECT EXP(SUM(LOG(CategoryPrice))), ProductQua
FROM Extras
And this is the error I got:
You tried to execute and expressio that does not include the specified
expression 'ProductQua' as par of an aggregate function.
How do I rectify this, please.