Hi ,
Please help me to write a sql query.
I have connected to Oracle DB through SSIS "Microsoft OLEDB provider for Oracle" and Data Access Mode"SQL Commend"
I have two tables:
Table 1:XYZ (in Oracle DB)
Table 2:Document_Number( in my local SQL Server)
and I want the Query such as:
Select * from xyz where xyz.Doc_Numb in (Select Doc_Numb from Document_Number).
Please Help me the query .
Regards,
Kandan.M
↧