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
5285
July 20, 2004 12:20PM
4877
July 20, 2004 02:59PM
2928
July 21, 2004 08:34AM
Re: create table
2645
July 21, 2004 08:52AM
2872
July 21, 2004 09:02AM
2741
July 21, 2004 09:11AM
2636
July 21, 2004 09:26AM
2685
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.