5 messages in com.mysql.lists.win32Re: SQL!!!
FromSent OnAttachments
Krzysztof Jedon22 Mar 1999 08:29 
Krzysztof Jedon22 Mar 1999 08:35 
Michael Stearne22 Mar 1999 08:36 
Krzysztof Jedon22 Mar 1999 08:58 
Nyem23 Mar 1999 03:11 
Subject:Re: SQL!!!
From:Michael Stearne (mste@eisolutions.com)
Date:03/22/1999 08:36:10 AM
List:com.mysql.lists.win32

You can use the ALTER table statement. Check the manual for more info.

Michael

Krzysztof Jedon wrote:

I have only one SQL question. How can I change the type of one column in an existing table without much work with it... :-)

An example: change a type of one column from smallint in mediumint.

Any advice? Thanks for your help.