change data type in mysql

Solutions on MaxInterview for change data type in mysql by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "change data type in mysql"
Emelie
25 Aug 2018
1ALTER TABLE table_name
2
3CHANGE COLUMN column_name column_name datatype;