I am trying to compare columns in two tables to see if there is a match. I want to trim or remove part of the data in this
columns before looking for a match.
I have a table titled v_WIN_PRINTERS_T_TH and the column name is WPT_WPN_PORT. Data in this field is similiar to this:
\\ATR110F03\PQ_CLP1620_TEST
I need to trim or remove \\ATR110F03\ from this column so PQ_CLP1620_TEST is left... Basically I need to remove data between \\Some value and \ and leave the rest
I then want to compare against a column in another table titled jetadmin, column name = IPX_NAME
Any sugestions??
columns before looking for a match.
I have a table titled v_WIN_PRINTERS_T_TH and the column name is WPT_WPN_PORT. Data in this field is similiar to this:
\\ATR110F03\PQ_CLP1620_TEST
I need to trim or remove \\ATR110F03\ from this column so PQ_CLP1620_TEST is left... Basically I need to remove data between \\Some value and \ and leave the rest
I then want to compare against a column in another table titled jetadmin, column name = IPX_NAME
Any sugestions??