Forum Discussion
Harsha2230
Sep 19, 2020Copper Contributor
Need Advice on SQL Query
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.
- olafhelperBronze Contributor
Please post table design as DDL, some sample data as DML statement and the expected result.