
Noah M. answered 04/28/19
Software/Web Developer and IT Consultant with 9 Years of Experience
First we establish which table we're about to manipulate using the ALTER TABLE command. If I understand you correctly, it is not your goal to change the column size but rather the data type of the column. This is where ALTER COLUMN comes into play. This version is for SQL Server. MySQL and Oracle are similar but use MODIFY instead. I hope this answered your question and helped you understand a little more.