<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_delete_duplicates</id>
	<title>Postgres delete duplicates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Postgres_delete_duplicates"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_delete_duplicates&amp;action=history"/>
	<updated>2026-06-01T17:04:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Postgres_delete_duplicates&amp;diff=3102&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;Delete duplicates without unique column ``` SELECT * FROM dbversion T1 , dbversion T2 WHERE T1.ctid &lt; T2.ctid; DELETE FROM dbversion T1 USING dbversion T2 WHERE T1.ctid &lt; T2.c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Postgres_delete_duplicates&amp;diff=3102&amp;oldid=prev"/>
		<updated>2022-05-29T23:13:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Delete duplicates without unique column ``` SELECT * FROM dbversion T1 , dbversion T2 WHERE T1.ctid &amp;lt; T2.ctid; DELETE FROM dbversion T1 USING dbversion T2 WHERE T1.ctid &amp;lt; T2.c...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Delete duplicates without unique column&lt;br /&gt;
```&lt;br /&gt;
SELECT * FROM dbversion T1 , dbversion T2 WHERE T1.ctid &amp;lt; T2.ctid;&lt;br /&gt;
DELETE FROM dbversion T1 USING dbversion T2 WHERE T1.ctid &amp;lt; T2.ctid;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
https://stackoverflow.com/questions/26769454/how-to-delete-duplicate-rows-without-unique-identifier&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>