Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
LacOniC
Starting Member
29 Posts |
Posted - 2007-10-08 : 10:35:29
|
| Table 1-------NAME GROUPIDAAA 1BBB 2Table 2-------NAME GROUPIDCCC 1DDD 1EEE 2Name & GroupID are column names.I want to query these tables and get a result like that:AAA CCC DDDBBB EEE-----------NOT -----------AAA CCCAAA DDDBBB EEEIs it possible? If so, how?Thanks in advance. |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-10-08 : 10:39:43
|
quote: Originally posted by LacOniC Table 1-------NAME GROUPIDAAA 1BBB 2Table 2-------NAME GROUPIDCCC 1DDD 1EEE 2Name & GroupID are column names.I want to query these tables and get a result like that:AAA CCC DDDBBB EEE-----------NOT -----------AAA CCCAAA DDDBBB EEEIs it possible? If so, how?Thanks in advance.
Thats called Suppress if duplicated and you should do in front end applicationMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|