PostgreSQL : Change column values based on another column value using some condition in same table
I have a table and want to replace the column value with value from other column value based on some condition. +---------------------+ | Cntry | Code | Value | +---------------------+ | US | C11 | A | | US |…