jonnymenthol
Registered User.
- Local time
- Today, 23:39
- Joined
- Oct 31, 2001
- Messages
- 58
Hello,
I have a query which i'm having a problem with.
I have ID, Name and 10 numeric fields.
I then want to have a 14th field which is the average of the 10 numeric fields.
Is this possible?
If so, how?
I've tried Average: AVG(field1+field2+field3 and so on) but this doesn't work. It gives me an error about "tried to execute a query that does not include the specified expression as part of an aggregate function"
Thanks.
I have a query which i'm having a problem with.
I have ID, Name and 10 numeric fields.
I then want to have a 14th field which is the average of the 10 numeric fields.
Is this possible?
If so, how?
I've tried Average: AVG(field1+field2+field3 and so on) but this doesn't work. It gives me an error about "tried to execute a query that does not include the specified expression as part of an aggregate function"
Thanks.