Hi Friends
I am looking forward to some help on specific data mapping query in SQL Server 2005. I have two tables having one common column and I want to map a particular column using this common column. This is something similar to INDEX - MATCH function in MS Excel if you have used it. Please advice about the code for the same. Treat this as very urgent as I have to deliver a code to one of my clients in shot time. Thanks.
Kushal
- Follow via:
- RSS
- Email Alert
Question
0
Votes
Answers (3)
0
Votes
'join'
.
15th Jul 2007
0
Votes
join
select * from table1 c1 join table2 c2 on c1.commoncolumn = c2.commoncolumn
17th Jul 2007
0
Votes
Erwin Data Modeling videos needed
hi my name is narasimhareddy i was currently working on data modeling so i need you r help guys.
1st Apr 2011

































