C
cirudinezidane
Hi!
I would like to find a substring from a column. I have a column with a
identification code and in other column I have other hash code with
the identification code. I would like to match these columns and to
obtain hash code. An examle
ID ID+HASH RESULT
123 987_123 987
654 8D8_654 8D8
How I can obtain this result?
Thanks
I would like to find a substring from a column. I have a column with a
identification code and in other column I have other hash code with
the identification code. I would like to match these columns and to
obtain hash code. An examle
ID ID+HASH RESULT
123 987_123 987
654 8D8_654 8D8
How I can obtain this result?
Thanks