Re: [GENERAL] Establishing a primary key

2007-06-22 Thread Charles Simard
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Pawley > Sent: 22 juin 2007 14:15 > To: Postgresql > Subject: [GENERAL] Establishing a primary key > > > I have numerous entries in a column of table 1, some of which are d

Re: [GENERAL] Establishing a primary key

2007-06-22 Thread Scott Marlowe
Bob Pawley wrote: I have numerous entries in a column of table 1, some of which are duplicated. I need to transfer this information to table 2 so that I have column that can be used as a primery key. Any help is appreciated. So, I take it you're wanting to have this so that table 1 stays a

[GENERAL] Establishing a primary key

2007-06-22 Thread Bob Pawley
I have numerous entries in a column of table 1, some of which are duplicated. I need to transfer this information to table 2 so that I have column that can be used as a primery key. Any help is appreciated. Bob Pawley