By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
4 rows affected
| Id | Field1 | Field2 | new_field2 |
|---|---|---|---|
| 1 | a | null | 1a |
| 2 | b | null | 1a2b |
| 3 | c | null | 1a2b3c |
| 4 | d | null | 1a2b3c4d |
4 rows affected
| Id | Field1 | Field2 |
|---|---|---|
| 1 | a | 1a |
| 2 | b | 1a2b |
| 3 | c | 1a2b3c |
| 4 | d | 1a2b3c4d |