Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Duplicate records in GL history.

Status
Not open for further replies.

triad66

IS-IT--Management
Jul 13, 2001
45
US
In the GL30000 table all the records have duplicated, and the table contains exactly twice as many records as it should. There are two identical records for every transaction. For instance, the field "journalentry" has a value of '4567' followed by another record with the same value. All the fields are the same with the exception of a numeric field called dex-id, which is different for each record.

We need to remove the duplicates. I know we can get the records out, remove the dupes and re-import the table, but looking for a better way. Is there a way to do this through a SQL statement?

Thanks in advance for the help!
 
Not an issue anymore. Have fixed the problem with a SQL statement which removed the duplicate records.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top