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
Best AV for 2008 R2 64bit
HP Switch L3 Configuration VLAN, trunking ?
phpmailer problem after migrating from Windows WAMP to Ubuntu LAMP
How to hide a dummy date value.
how can i create window service in C# using InstallUtil.exe ??
Pendrivelinux to install Ubuntu Server 10.x
Flash HitTest Problem
XSLT and RESTful Web Services
Small Business Server 2008, Exchange Setup
Configuring Wireless Computer Authentication with Certificates in Windows 7