How do you average multiple fields in SQL? To average one field, this is the syntax: SELECT AVG(Field1) FROM Table1;
So how do you average multiple fields together? Ex. (this is incorrect) SELECT AVG(Field1, Field2, Field3) FROM Table1; What is the syntax??? Any comments or suggestions are greatly appreciated.
Thank You,
nicmar
So how do you average multiple fields together? Ex. (this is incorrect) SELECT AVG(Field1, Field2, Field3) FROM Table1; What is the syntax??? Any comments or suggestions are greatly appreciated.
Thank You,
nicmar