Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How do I match values in a column in one table to another column in another table ?

francislazaroJan 21 2016 — edited Jan 24 2016

My data looks like as shown below. I need to be able to join the 2 tables (table a and table B) like Select column A from tableA T1 join tableB T2 where T1 columnA like T2.columnB

So column A in table A can match up to any value in column B in table B irrespective of string length . How do I do that ?

oracle_table_view.jpg

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 21 2016
Added on Jan 21 2016
6 comments
4,284 views