alter column without dropping

2002-06-14 Thread Peak Digital Productions
The data going into one of my mySQL columns has suddenly changed, so I need to change the parameters of the column. Currently, it is varchar(32), I need to change it to varchar(128). Can I do that without dropping the column? Thanks, Paul

Re: alter column without dropping

2002-06-14 Thread William R. Mussatto
On Fri, 14 Jun 2002, Peak Digital Productions wrote: Date: Fri, 14 Jun 2002 16:33:05 -0600 From: Peak Digital Productions [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: alter column without dropping The data going into one of my mySQL columns has suddenly changed, so I need to change

Re: alter column without dropping

2002-06-14 Thread Peak Digital Productions
Thank you - I'd already looked there but somehow overlooked it. TGIF. Paul From: William R. Mussatto [EMAIL PROTECTED] Date: Fri, 14 Jun 2002 15:28:19 -0700 (PDT) To: Peak Digital Productions [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: alter column without dropping On Fri, 14

Re: alter column without dropping

2002-06-14 Thread Chuck \PUP\ Payne
looked there but somehow overlooked it. TGIF. Paul From: William R. Mussatto [EMAIL PROTECTED] Date: Fri, 14 Jun 2002 15:28:19 -0700 (PDT) To: Peak Digital Productions [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: alter column without dropping On Fri, 14 Jun 2002, Peak Digital