SyntaxFix
Write A Post
Hire A Developer
Questions
If using insert ignore having a SHOW WARNINGS; statement at the end of your query set will show a table with all the warnings, including which IDs were the duplicates.
insert ignore
SHOW WARNINGS;