How to join two tables without common columns?

Questions by dwhin4matica

Showing Answers 1 - 9 of 9 Answers

ravi

  • Feb 28th, 2013
 

By using of SQL queries likes JOINS

  Was this answer useful?  Yes

anshuman trivedi

  • Mar 3rd, 2013
 

You join these table using null key.

Pass {} to the key,I am sure it will work.

Regards,
Anshuman

  Was this answer useful?  Yes

Vikas Nandal

  • Apr 21st, 2013
 

Create a Dummy Port in both tables and assign same value e.g. 1 to both ports in expression transformation before joiner.
Now in join condition use this dummy port to join both tables.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions