Need Advice on SQL Query

Copper Contributor

I have a table(x) that is formed by joining 2 tables. The table x has a consists of a column perm_parameter. This Column consists of string values and IDs. So here is the problem, the IDs are need to replaced by string values and these are referenced in another table. It should be done without disturbing the table. Please suggest. Please find the attached screenshots. 

1 Reply

Please post table design as DDL, some sample data as DML statement and the expected result.