T
Tim Arrington
Hello... I have a database with data that looks like this:
ID_NUM STATUS
12345 O
12345 O
54321 C
54321 O
54321 O
67891 C
67891 C
What I would like is a query that would look at each ID and return each ID, in this case, where all the STATUSes are 'C'. I don't want to return the ID that has a C and an O (54321)
Thanks!!
Submitted via EggHeadCafe - Software Developer Portal of Choice
Dr. Dotnetsky's Cool .NET Tips and Tricks # 10
http://www.eggheadcafe.com/tutorial...9247-d465960199fe/dr-dotnetskys-cool-net.aspx
ID_NUM STATUS
12345 O
12345 O
54321 C
54321 O
54321 O
67891 C
67891 C
What I would like is a query that would look at each ID and return each ID, in this case, where all the STATUSes are 'C'. I don't want to return the ID that has a C and an O (54321)
Thanks!!
Submitted via EggHeadCafe - Software Developer Portal of Choice
Dr. Dotnetsky's Cool .NET Tips and Tricks # 10
http://www.eggheadcafe.com/tutorial...9247-d465960199fe/dr-dotnetskys-cool-net.aspx