SyntaxFix
Write A Post
Hire A Developer
Questions
delete p from product p inner join ( select max(id) as id, url from product group by url having count(*) > 1 ) unik on unik.url = p.url and unik.id != p.id;