Select Query
468585Jan 30 2006 — edited Nov 4 2010Hi,
I have 2 different tables,both has Emplid as key. Now i need to fetch values from Value1 and Value2 from table 2,by matching emplid in table 1.
I shuld get my out put something like below. Both Emplid and Emailid Shuld be fetched once from table.
Emplid Email ID Value1 Value2
00001 aa@test.com Ab 123
CD 345
DF 455
00002 bb@test.com AA 089
BB 999
Is it possible with select query.
Thanks
Durai