Re: Problem With Creating Table

2004-01-02 Thread zzapper
On Wed, 31 Dec 2003 19:19:32 -0800 (PST), Caroline Jen <[EMAIL PROTECTED]> wrote: >Hi, I tried to create a table. This table has >seventeen fields. My create table syntax gets too >long and I was only able to specify 5 fields at the >mysql prompt in the DOS window (DOS does not accept a >command

Re: Problem With Creating Table

2003-12-31 Thread Chris W
Caroline Jen wrote: Hi, I tried to create a table. This table has seventeen fields. My create table syntax gets too long and I was only able to specify 5 fields at the mysql prompt in the DOS window (DOS does not accept a command beyond certain length). How do I put the rest 12 fields in the ta

Problem With Creating Table

2003-12-31 Thread Caroline Jen
Hi, I tried to create a table. This table has seventeen fields. My create table syntax gets too long and I was only able to specify 5 fields at the mysql prompt in the DOS window (DOS does not accept a command beyond certain length). How do I put the rest 12 fields in the table I just created?