Microsoft
Software
Hardware
Network
Question : SQL find customers who ordered something more than once
How can I query my SQL database and find all the duplicate orders where a customer ordered something more than once?
Answer : SQL find customers who ordered something more than once
example
select customerid, productid, count(*)
from orders
group by customerid, productid
having count(*) > 1
Random Solutions
Unable to relay to certain domains
Reserve or pre register a domain name
VOIP System Setup
Force Authentication to gain internet access
URGENT! Cannot install D-Link DWL-G520 802.11g Wireless PCI Adapter in win xp
New Groupwise server
RIS 2003 error: PXE-E53: No boot filename received
Event ID 1104 Windows 2003 Server Windows XP Pro
Can't access Cisco VPN via Netgear MR814v2 Router over Broadband
Multiple NICS on Single Desktop