knowledge76
Registered User.
- Local time
- Today, 13:50
- Joined
- Jan 20, 2005
- Messages
- 165
Hello friends,
I want to ask you experts how can I compare two tables and insert then the values into another table.
Table A
A B C
PK12 23 45
and Table B
A B C
12 23 45
how can i get the matches for column A of table A with PK in prefix and in table B without prefix "PK". I want to get the results in such a way that the number 12 which is lying at th end should be the matching criteria and PK which is infront should not be a matching criteria.
Thanks for your answers.
I want to ask you experts how can I compare two tables and insert then the values into another table.
Table A
A B C
PK12 23 45
and Table B
A B C
12 23 45
how can i get the matches for column A of table A with PK in prefix and in table B without prefix "PK". I want to get the results in such a way that the number 12 which is lying at th end should be the matching criteria and PK which is infront should not be a matching criteria.
Thanks for your answers.