SyntaxFix
Write A Post
Hire A Developer
Questions
You can't delete a foreign key if it still references another table. First delete the reference
delete from kontakty where id_osoby = 1; DELETE FROM osoby WHERE id_osoby = 1;