Forum : How would you change a column from VARCHAR(10) to VARCHAR(50)?
Brief description  about Online courses   join in Online courses
View Arun  Desai 's Profile

How would you change a column from VARCHAR(10) to VARCHAR(50)?

How would you change a column from VARCHAR(10) to VARCHAR(50)?
Asked by Arun Desai | Mar 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Arun,
ALTER TABLE techpreparation_questions CHANGE techpreparation_content techpreparation_CONTENT VARCHAR(50).
Mar 18, 2010