Pretty Simple.
ADD command would be used to alter the datatype of the existing field.
ALTER TABLE <DatabaseName>.<TableName>
ADD <ExistingColumnName> <New Data Type>
;
Br,
Asad
↧