By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| version() |
|---|
| 8.4.3 |
Records: 4 Duplicates: 0 Warnings: 0
| id | parent_id | name |
|---|---|---|
| 1 | null | A |
| 3 | 1 | B |
| 4 | 4 | C |
Cannot delete or update a parent row: a foreign key constraint fails (`fiddle`.`t`, CONSTRAINT `fk_parent` FOREIGN KEY (`parent_id`) REFERENCES `t` (`id`))
Cannot delete or update a parent row: a foreign key constraint fails (`fiddle`.`t`, CONSTRAINT `fk_parent` FOREIGN KEY (`parent_id`) REFERENCES `t` (`id`))
| id | parent_id | name |
|---|---|---|
| 4 | 4 | C |