I have a Bill Of Materials table with this structure
Product
Part
Qty
Of course, some products can have more parts than others.
I'm trying to products that have identical BOM's, that is - same parts, and same qty of each part. I've been messing with it for a few hours, and now I don't think it's possible, but figured I'd ask here before I gave up.
(I'm using SQL Server 2000 if that helps)