MySQL Forums
Forum List  »  Other Migration

Re: create table
Posted by: Nick Roper
Date: July 21, 2004 08:52AM

Hi Randy,

try:

CREATE TABLE TEST.LdgrMaster (

column definitions...

PRIMARY KEY (LD_ACCTID ,LD_DTEKEYED_YMD ,LD_LEDCTR)

) TYPE=MYISAM;

i.e. put the column list for the primary key in parentheses.

Nick

--
Nick Roper

Options: ReplyQuote


Subject
Views
Written By
Posted
5412
July 20, 2004 12:20PM
4972
July 20, 2004 02:59PM
3002
July 21, 2004 08:34AM
Re: create table
2718
July 21, 2004 08:52AM
2936
July 21, 2004 09:02AM
2811
July 21, 2004 09:11AM
2699
July 21, 2004 09:26AM
2750
July 21, 2004 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.