GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Informatica

 Print  |  
Question:  how to join the data of two tables which does not have common columns

Answer: how to join the data of two tables which do not have common column

i mean how to perform non equi join in informatica
Eg:just like getting data from emp and salgrade table of oracle where sal is between losal and hisal



thanks
venu


February 02, 2008 04:12:42 #9
 komalahanumantharao   Member Since: November 2007    Total Comments: 11 

RE: how to join the data of two tables which does not have common columns
 

if both have the same structures we can join them using the union transformations
if i am wrong let me know it

     

 

Back To Question