Monday, August 5, 2013

how to change / alter the data type of a particular column in sql table

To alter the data type of a particular column in sql table

ALTER TABLE TableName ALTER COLUMN COLUMNNAME DATATYPE

No comments:

Post a Comment