soulblazer28
2008-11-24 11:05:51 UTC
Attributes Table: WidgetSerial, color
I have a table of widgets with unique serial numbers. I have another table with attribute information for widgets, but each widget can have multiple attributes.
How can i get a list of all widgets to include one field from one record in the attributes table. I am currently doing a JOIN but since there are multiple attributes for each widget, I get widgets listed multiple times.
So I am stuck. Do I need a union or something?