I have two tables that I need to join. This is a old data set so, it has not been normalized.
In table A, the field with data like "CmC0/001/001" where the last 3 characters need to be joined in table B where data is "001", for example.
How can I parse the field in the first table to join it with table B?
In table A, the field with data like "CmC0/001/001" where the last 3 characters need to be joined in table B where data is "001", for example.
How can I parse the field in the first table to join it with table B?