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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-15 : 10:27:50
|
| Anik writes "Hi,I don't want to use Cursors or Temporary tables...can I do the followingtable_1Col_1 col_21 AA1 AC2 AB3 AA4 AB4 AC...Table_2Col_1 Col_2AA ONEAB TWOAC THREEEXPECTED RESULTSETCol_1 COl_2 Col_31 AA,AC One AND THREE2 AB TWO3 AA ONE4 AB,AC TWO AND THREEThanks in advanceAnik" |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|
|