Rename is for Tables (I think ...I am fresh, too. So fresh that I send it to you 
privatly. Sorry about that!)

    ALTER TABLE table1
    CHANGE column1 coloum2 varchar(20) not null [or what ever datatype]; 

gives you what you want.

Ann 

----- Original Message ----- 
From: Deryck Henson <[EMAIL PROTECTED]>
To: MySQL <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 12:00 AM
Subject: Renaming Columns...


> How??? ALTER TABLE table1 RENAME ???
> Tried it, dont work.
> 
> - Deryck H
> - http://www.comp-u-exchange.com
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to