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
Bypass VPN on Demand-dial tunnel
How to setup a printer that routes, not to another printer, but to an IP and Port#?
lpd setup with hp jetdirect ex3 external print server
Good Free Port Scanner for Windows 2k or XP OS?
Can not print at home while logged into work via VPN
Setup Wireless Network
mobile phone internet access how to
Connecting an Enterasys C3K122-24 to a Cisco 6509
Network locks up when uploading large files
NT logon script fails to run