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
JBOSS clustering question
Native or Mixed Mode Windows 2003
Backup Solution for small Netware / OES network
WAN Bandwidth test...Is my T1 really operating at T1 speeds?
Log on locally to Domain controller
Sonicwall TZ180 STD and Netopia 3347
File Handles/Config.nt
jboss
Comcast Business vs T1 for office
Virtual hard drive and process threading. A question for the real gurus.