Forum Discussion

Konrad162's avatar
Konrad162
New Member
2 years ago

compare two tables

Hello,
I hope you are doing well. The first time I needed help, usually I was able to find what I was looking for - but now I don't even have an idea of what to start

 

I have two tables

 

main table:

C1C2C3C4C5C6C7C8
3123FRADKLMASDASWS
3252FRDigAMASDASWS
3126ARPSPCSOLDSWF
4534SRDigCCPASCAWT

 


support table:

IndexCol1Col2Col3Col4Col5
1 DigA 12
2 DigC 12
3 PSP 36
4 PST 12
5FRADKLMA48

(empty means any value)

 

The result that I expect is to find values from the support table and in an additional column in the main table add the right value

 

C1C2C3C4C5C6C7C8C9
3123FRADKLMASDASWS48
3252FRDigAMASDASWS12
3126ARPSPCSOLDSWF36
4534SRDigCCPASCAWT12

 

I'm helpless I hope you can help.

 

1 Reply