Microsoft
Software
Hardware
Network
Question : I need assistance excluding values from a SQL query
I want the following queries to exclude any Revenue values that equal 0.00. How can I accomplish this?
Thanks in advance,
mrotor
1: 2: 3: 4: 5:
SELECT Revenue FROM Orders SELECT SUM(Revenue) FROM Orders
Answer : I need assistance excluding values from a SQL query
SELECT Revenue
FROM Orders
Where Revenue <> 0
SELECT SUM(Revenue)
FROM Orders
HAVING SUM(Revenue) <> 0
Random Solutions
Domain trust between Windows Server 2008 R2 and Windows Server 2003
Looking for software to mirror two external hard drives.
Help to decipher/reset BIOS settings on a Gigabyte MB!!!
jQuery Chained Select Boxes - Three Tiered ( third tier selected )
sumif with 2 conditions
Ways to merge files in linux
VB.Net 2010: ResourceManager.GetObject fails with silent exception on x64
alpha towards the end of the stage
How to show the progress of record submission to the database dynamically in JSP
Script Group Policy Changes