Tuesday, 12 November 2019

modify the data type of the column from INT to VARCHAR:

 Modify the data type of the column from INT to VARCHAR:



You have to use alter command see below:

ALTER TABLE Mytablename ALTER COLUMN tablecolumn VARCHAR (2);

No comments:

Post a Comment