bier writes "I have this table : [Core_ID] [Type] [InnerColor] [OuterColor]---------------------------------------------------------------------------- 5151 ClassA turkois turk01 5151 ClassA brandy brand01 5151 ClassB turkois turk02 5151 ClassB brandy brand02 6060 ClassX blabla blabla8 6060 ClassX bobo bobo8 6060 ClassY blabla blabla9 6060 ClassY bobo bobo9
Now I want to query just Core_ID=5151 only, so that it'll look like this: [InnerColor] [ClassA] [ClassB]---------------------------------------------------- turkois turk01 turk02 brandy brand01 brand02
How do I do that?<Oh.. I'm using Windows 98 SE, SQL Server 7>Thanks a lot."