October 10, 2011 at 4:22 am
I have 2 tables, say ,tab1 and tab2 having the same fields-id and modifier that can be related by ID.
TAB A id modifier
1 a
b
c
d
e
2 a
and
TAB B id modifier
1 a
b
2 a
b
c
Now, i want to display the result as shown below:-
id modifierA modifierB
1 a a
b b
c
d
e
2 a a
b
c
How could i achieve this ? Plz help me out....
October 10, 2011 at 6:06 am
Duplicate post.
Replies here please: http://www.sqlservercentral.com/Forums/FindPost1187799.aspx
-- Gianluca Sartori
October 12, 2011 at 12:37 am
Still awaiting for reply..... Plz
October 12, 2011 at 2:26 am
October 12, 2011 at 11:46 pm
Much helped...Thank you,Gianluca
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply