I believe Delete duplicates will only delete if all the column values are dups. You have to use the delete duplicates using col1 col2 col3, etc to compare just those columns. It also runs MUCH faster with indexes on those columns, because it has to go through each row individually and compare all these text values. Very time consuming.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John Croson Sent: Friday, July 18, 2008 2:21 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Interesting behavior I'm noticing a bizarre behavior when I issue the DELETE DUPILICATE with no column references. Where there should clearly be a match, the rows are not deleted. Any ideas? BTW, I've compared rows of data by hand, and have found duplicate information in each field, so I know I'm not going batty...YET. -- John Croson [EMAIL PROTECTED] http://pcnorb.blogspot.com/ http://pcnorb.homelinux.org/

