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
Netout Connection Rest by Peer
TS Licensing Issue- 2003 server
get mysql field comments
Macro creating a chart from table doesn't work
Applications go not responding when file/insert open dialog under windows XP
unknown exception EBAB001A occurs when trying to backup a drive with Norton Ghost 9.0
Using Exmerge on Exchange 5.5 with mailbixes > 2Gb
Access 2007 Record-Locking Information file does not automatically delete, and cannot be deleted.
Format Text Field in Crystal Reports to Title Case
SQL Server Agent sp_send_dbmail sending duplicate emails