Microsoft
Software
Hardware
Network
Question : SQL Query to get row total?
I want to be able to do this is access
Table Name : Sales
Jan Feb March April Total (Row)
5 7 9 12
3 6 8 14
What will be the sql code to get row totals for the above data? So, I want values in the total column for each row.
For First row (5+7+9+12)
Please give me the sql and the method to do this in query designer. I have access 2007
Answer : SQL Query to get row total?
Exactly as sbc412 has shown.
In query designer, you would type like this -
Total: [Jan] + [Feb] + [March] + [April]
Random Solutions
How do I get sql server management studio express to show
Open Folder path and place in TextBox
"The Active Directory Services Installaion Wizard is not supported on this SKU"
HELP! Windows Server 2003 stuck in install loop!
open pdf or jpg inside access
Loop through and delete an item from a combo box
Excel workbook opens read only w/ error "Excel Workbook open by 256 Users"
Using access2007 runtime where target pc has office 2003
Radgrid displays data only after the first postback ...
Access List Box Form Controls