RE: Record IDs

2009-02-23 Thread Jerry Schwartz
>-Original Message- >From: Hagen Finley [mailto:finha...@comcast.net] >Sent: Monday, February 23, 2009 11:41 AM >To: 'MySql' >Subject: Record IDs > >I have a number of duplicate records in my table which are identical >hence, >I can't do a delete on the columns without deleting both recor

Re: Record IDs

2009-02-23 Thread Brent Baisley
On Mon, Feb 23, 2009 at 11:40 AM, Hagen Finley wrote: > I have a number of duplicate records in my table which are identical hence, > I can't do a delete on the columns without deleting both records. One > deletion strategy I have considered is identifying the records by their > table record id -

Re: Record IDs

2009-02-23 Thread Mattia Merzi
2009/2/23 Hagen Finley : > I have a number of duplicate records in my table which are identical hence, > I can't do a delete on the columns without deleting both records. One > deletion strategy I have considered is identifying the records by their > table record id - but I don't know for certain t