- Moderator
- #301
Why not In my opinion, so ...Is it possible to change the query to delete them?
SQL:
DELETE FROM Image WHERE Provider = 'Local' AND UPPER(FullPath) IN (SELECT UPPER(FullPath) FROM Image WHERE Provider = 'Local' GROUP BY UPPER(FullPath) HAVING COUNT(UPPER(FullPath)) > 1);