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.
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: