Hi All,
I have two tables I would like to join. Table 1's PK is a number, Table 2's PK is identical to Table 1, but with a character at the front:
Table 1 PK | Table 2 PK |
---|---|
123 | J123 |
124 | X124 |
125 | J125 |
126 | K126 |
127 | X127 |
How can you join on a substring in Information Steward's view screen?
Thanks,
Katherine