alter table [TABLENAME] add column [COLUMNNAME] DATATYPE
比如:alter table studentInfo add column Score decimal(7,2)

相关文章: