I have a database { id, name, uuid, world, x, y, z }
How can i insert into this database, and if there exists any row where { world, x, y, z } are the same as in that I inserted, the old row gets deleted. I have id as PRIMARY KEY and set to AUTO_INCREMENT.
I searched this forum and google but didn't find anything that helped with my issue.
Thank you