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
IP general understanding
computer won't connect to internet
ssl no longer working, "Data Transfer Interrupted"
Symantec Procomm alternative
WDS wireless with Linksys WRT54g, and WRT54GL, both running Tomato firmware
Email Blacklist
Hyper-V Network Configuration
extremely unstable wifi issue need help
Which phone system to choose?
SNMP Discovery of Network Hardware