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
how do you get eclipse debugger to step beyond "source not found"
Multiple Outlook profiles
How would I see what people are downloading and how would I inject RST packets?
Java Scripted Roll-over Sound Files do not work in Google Chrome
verifying port forwarding for your router failed
FTP - without log in
Best way to Show/Hide a Div (Jquery, JavaScript)
Rules at the mailbox level via Exchange
cisco routers and switches
Visual Studio error: type exists in both the referenceassemblies and the GAC