select t.* from table1 t , table1 tt where t.rowid!=tt.rowid and t.id=tt.id table1 是oracle的表,id 是这个表中要查找有重复内容的列,可以有多个这样的列。