データベース内の重複を削除するには、SQL クエリをどのように作成すればよいですか?
構造を見てください:
---------------------------------------
| id | search_text | search_text_link |
---------------------------------------
| 1 | qwerty | qwerty.html |
| 2 | qwerty123 | qwerty123.html |
| 3 | qwerty456 | qwerty456.html |
| 4 | qwerty | qwerty000.html |
---------------------------------------
search_text行ですべての重複を削除したい。助けてくれてありがとう!