help


July 2nd, 2015 10:27am

Harsan first thing don't use title like help. Second you should post the DDL (create table...ect). Third I did not understand your question, may you explain better your issue?
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2015 10:33am

Hello, you must use INNER JOIN.

See my example:

select ta.col1, ta.col2, ta.col3, tb.col4
from 
	tblA ta
inner join 
	tblB tb ON
	ta.col1 = tb.col1 and 
	ta.col2 = tb.col2

Regards! feel free to ask if you have any questions.

July 2nd, 2015 5:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics