CREATE TABLE new_table AS SELECT * FROM old_table WHERE 1 GROUP BY [COLUMN TO remove duplicates BY]; DROP TABLE old_table; RENAME TABLE new_table TO old_table;
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Delete duplicate rows from a table (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Convert MySQL tables to InnoDB in mysql bash database db innodb myisam
» Upload Image To Database in mysql rubyonrails database upload
» Scripting schema updates in ... in sql tsql database mssql schema update tables microsoft columns query scripting information_schema alter altering
» VB.net Modified Preorder Tre... in .net database Net basic vb visual modified tree traversal pre order hierarchical db
» Limit equivelent for MSSQL in mysql sql mssql limit clause paging pagination paginating offset limitting
» move column in mysql in mysql database
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails