Access sql语句设置字段数据精度数值范围

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

posted @ 2020-06-01 17:13  养鼠的猫  阅读(875)  评论(0编辑  收藏  举报