How to jion 2 tables, without using any condition?
Answer Posted / manjula
it is not possible to actually join two tables without
using any condition.
if U would like to join two tables, then in source
qualifier transformation add all the port from two tables (
if both tables are from same database source) and write
down your join condition in user defined join option or
otherwise write down join condition inside the sql query
option with generated sql query.
if u use two different database source then use joiner to
join the two tables
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
write a query to retrieve the latest records from the table sorted by version(scd)
How to extract sap data using informatica?
What is the function of union transformation?
what is degenerated dimension?
What are the components of workflow manager?
What if the source is a flat-file?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What are multi-group transformations?
Global and Local shortcuts. Advantages.
What are the new features of Power Center 5.0?
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
How can we handle two sessions in informatica?
What are the different transaction levels available in transaction control transformation?
What is domain and gateway node?
What are the settings that you use to configure the joiner transformation?