i have a source table
ID NAME SAL
101 A 1000
102 B 2000
103 C 1500
target load should be
ID NAME SAL
101 A 1000
101 B 2000
101 C 1500
102 A 1000
102 B 2000
102 C 1500
103 A 1000
103 B 2000
103 C 1500
Answer Posted / raj
In SQL override write tha fallowing query
select a.id,b.name,b.sal from <table name> a,<table name> b
The above query is nothing but a cartesion product.
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Is it possible to revert a global repository to local one and why?
Can you generate sequence numbers without using the sequence generator transformation?
What is substr in informatica?
what is the hint? how to use it to reduce the query processing in program?
How can we create index after completion of load process?
What is union transformation?
What is a router transformation?
difference between repository database and repository service?
Can u generate reports in Informatica?
Slowly changing dimensions, types and where will you use them
What are the differences between a connected lookup and unconnected lookup?
What is the difference between writing a joiner query in ANSI style and THETA style?
can anyone suggest best free Talend data integration training online
What are the types of presistent cache in look up tr.
What is the reusable transformation?