SyntaxFix
Write A Post
Hire A Developer
Questions
should work equally as in other SQL servers, like Postgres:
DELETE FROM table WHERE id NOT IN ( select min(id) from table group by col1, col2, col3, col4, col5, col6, col7 )