RE: Creating keys

2001-01-22 Thread Quentin Bennett
Hi, Its in the manual, but it is something like ALTER TABLE Discharge ADD PRIMARY KEY (Vessel, Voyage, PortName); Regards Quentin -Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 January 2001 10:39 To: msql list Subject: Creating keys The online documentatio

RE: Creating keys

2001-01-22 Thread The Tilghman
Do this instead: ALTER TABLE Discharge ADD PRIMARY KEY (Vessel, Voyage, PortName); -Tilghman -- "There cannot be a crisis today. My schedule is already full." --Henry Kissinger > -Original Message- > From: Don [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 15:39 >