Mysql Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 Datatypes
 Other Queries
 Tables
 




alter command to increase field size - Mysql

Snippets  Mysql  Alter command to increase field size
Snippet On
increase field size




Code
  
Rate this page :
  [ 0 votes]

use alter command to increase field size,

ALTER TABLE tablename MODIFY column varchar(100);

eg,

alter table test modify description varchar(150);




Other Links

web hosting