alter table tablename modify columnname VARCHAR(50) ;
You will need to replace the highlighted portions of the code with the relevant information for your database. You can use this to increase or decrease the size of the column.
By Angela Bradley, About.com Guide
alter table tablename modify columnname VARCHAR(50) ;
You will need to replace the highlighted portions of the code with the relevant information for your database. You can use this to increase or decrease the size of the column.