Miguel,
I have
written sometimes ago on the subject of identifying similar records, and using
column contents was one of the possibilities. See IDENTITY.doc on our site in
the documents section. The application SKIMALL.mbx is a fair implementation of
the document as far as search strategies are concerned.
Practically, you have to compare each value with every other one. I think
the best way is to create an array of values and do the job in memory. That
requires to write (or use) a Mapbasic compiled app.
Jacques
Paris
============================================================
e-mail [EMAIL PROTECTED]
alternate [EMAIL PROTECTED]
============================================================
e-mail [EMAIL PROTECTED]
alternate [EMAIL PROTECTED]
gis activity (MapInfo
mainly)
http://www.total.net/~rparis/gisproducts.htm
============================================================
http://www.total.net/~rparis/gisproducts.htm
============================================================
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Miguel IturraldeHow do I select duplicate records in a table's column?
