Problem with SQL langauge using sum,amx

Nader

Well-known member
Joined
Oct 9, 2008
Messages
55
Programming Experience
Beginner
I have DBaccess with these 7 columns B, C, D, E, F, G, H … Column F including Numbers.

I want to creat this SQL syntax;

" SELECT B,C,D,E, sum(F) , max(G) ,max(H) From Table1"

But it didn't succees with me.
 
Last edited by a moderator:
Please stop psoting these questions in Data Access. These are SQL Language specific questions and they have their own special forums. By posting here you are not only posting off-topic threads, but you are not reaching the relevant experts. Post in the forum dedicated to the database youre using. For a list, see here:
Database - Visual Basic .NET Forums
 
Back
Top