Microsoft
Software
Hardware
Network
Question : SQL Query and calculation statement
Hi SQL Experts,
I'm still a neewb with SQL and trying to learn it here and there.
I need help with taking results from a query and using that data in a formula.
So say i have a table named "Tenants" and i want to take the data from the column "Rent" and multiply it by 1.04 then save the results to csv file.
Or if there's a different/better way to do it, I'm open to suggestions.
Answer : SQL Query and calculation statement
SELECT Rent*1.04 as rent
FROM tenants
run the above query
from the result pane, 'Select all the records' -> right click-> save the result as CSV
Random Solutions
Need a customized mstsc console
IP Phone Field in Exchange Template is not beeing Saved.
"Grid Index out of range" errors at different screen resolutions
Overlook in Linux
Redraw Images in Flash
desktop settings
Ecommerce database structure
Localtime Format Tuesday, Feb 10, 2004
Slow rebooting - 3 to 5 minutes "Applying Computer Setting"
I have two numbers that must be rounded to the next highest EVEN number.