By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Records: 3 Duplicates: 0 Warnings: 0
| id | char_name |
|---|---|
| 1 | Harry |
| 2 | Ron |
| 3 | Hermione |
Records: 0 Duplicates: 0 Warnings: 0
| id | char_name | gender |
|---|---|---|
| 1 | Harry | null |
| 2 | Ron | null |
| 3 | Hermione | null |
Records: 3 Duplicates: 3 Warnings: 1
| id | char_name | gender |
|---|---|---|
| 1 | Harry | m |
| 2 | Ron | m |
| 3 | Hermione | f |