Hi,
I have one table called districts. The table contains 150K+ records. The first field (Field1) contains duplicate data, however their records are still unique. Can anyone help with a script to remove the duplicate field data and associated record and keep one instance of the duplicate data?
Ex.
FIELD1 FIELD2 FIELD3....etc there are 20 fields
V0N2J5 Mary Smith Wendy
V0N2J5 Mary Walsh Paula
V0N2J5 Mary Smith Jill
V0N3P9 John Doe Bill
V2C4N6 John Doe etc....
In the above example, I would like to retain records# 1, 4, and 5. For my purposes, where there is a duplicate in FIELD1, I would like the related records removed.
Thank you to anyone who can help me with this
I have one table called districts. The table contains 150K+ records. The first field (Field1) contains duplicate data, however their records are still unique. Can anyone help with a script to remove the duplicate field data and associated record and keep one instance of the duplicate data?
Ex.
FIELD1 FIELD2 FIELD3....etc there are 20 fields
V0N2J5 Mary Smith Wendy
V0N2J5 Mary Walsh Paula
V0N2J5 Mary Smith Jill
V0N3P9 John Doe Bill
V2C4N6 John Doe etc....
In the above example, I would like to retain records# 1, 4, and 5. For my purposes, where there is a duplicate in FIELD1, I would like the related records removed.
Thank you to anyone who can help me with this