Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Join Two Tables without Common Column within the Database General forums, part of the Databases category; How to join the data of two tables which does not have common columns but can be done by using two others tables but How? I have four tables and ...
|
|||||||
|
|||
|
Join Two Tables without Common Column
How to join the data of two tables which does not have common columns but can be done by using two others tables but How?
I have four tables and wants to extract data only from two tables but they do not have any common column so i have to use other two also because three tables are having the common columns. Can you please provide the technical details of this its very urgent Please... |
| Sponsored Links |
|
|||
|
Re: Join Two Tables without Common Column
Join the tables with common columns with those do not have . E.g. t1 and t2 do not have common columns but t3 and t4 have common columns eachother and with the t1 and t2 . Then just join with t3 with t1 and t4 with t2 and then t3 and t4 , but select the columns from t1 and t2. I hope this might help if i have correctly understood your question. Thanks
|
|
|||
|
Quote:
Tell me if this resolves ur issue or that if you need further assistance.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Join two tables and apply group by clause | Geek_Guest | SQL | 3 | 06-18-2009 02:53 PM |
| Outer Join Between Dimension tables | Himanshu_sh | Data Warehousing | 1 | 03-06-2009 06:40 AM |
| I want to join (scan) 1000 tables | ddkdhar | Oracle | 1 | 10-15-2007 06:35 AM |
| without using joiner transformation n sql override how can we join two tables | neelkamal88 | Data Warehousing | 0 | 05-15-2007 03:55 AM |
| can we join two tables with null fields using Jointer Transformation | phanimv | Data Warehousing | 0 | 04-09-2007 06:18 AM |