Microsoft
Software
Hardware
Network
Question : SQL Case
I have the following query, but i need to change it a little so that i have a case statement inserted.
SELECT
TblCustomer.TelNo1,
COUNT( TblCustomer.TelNo1) AS countDups
FROM
WHERE
(TblCustomerLog.CurrentCus
tomer = 1)
GROUP BY TelNo1
HAVING COUNT(TblCustomer.TelNo1)>
1
) AS a ON a.TelNo1 = TblCustomer.TelNo1
-- TblCustomer.TelNo1
-- (CASE
-- WHEN COUNT (TblCustomer.TelNo1) > 1
-- THEN 'Duplicate'
-- ELSE 'Unique'
-- END) AS countDups,
Answer : SQL Case
your code so far is a bit reduced, so it's not obvious to see where the subquery/join is happening
this must be removed, to get those with COUNT() = 1
HAVING COUNT(TblCustomer.TelNo1)> 1
Random Solutions
IPSEC tunnels of Cisco ISR routers
HP Laserjet 2420 not printing the first time when connected via usb from a laptop
SBS 2008 move data feature crashes
I wanted to parse out text in outlook using VBA and save the values in a spread sheet
OCS 2007 R2 and Cisco call manager
DBGrid's content into email
Have to restart service to get network printer to work
VMware VirtualCenter Server Service will not stay Started on our vCenter box
Password reset at next logon
Mac home folder on Windows network