Saturday, May 16, 2009

How can we change the data type of a column of a table?

This will change the data type of a column:

ALTER TABLE table_name CHANGE colm_name same_colm_name [new data type]

No comments:

Post a Comment