Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 2 tables. 1 table has multiple values in 1 column seperated by a ';' (semi-colon). I need to match/look up another table that has one of the values.
Table 1:
Table 2:
Desired Result:
How would i go about getting the desired result?
Thank you all for your responses.