求指导。。
alter table studentDataSet2._Sheet1_ add 2011,7,4 char(20) null
为什么字2011和 char(20)下面 有红线 提示错误
消息 102,级别 15,状态 1,第 11 行
'2011' 附近有语法错误。
------解决方案--------------------alter table studentDataSet2._Sheet1_ add [2011,7,4] char(20) null
------解决方案--------------------SQL code
alter table studentDataSet2._Sheet1_ add [2011,7,4] char(20) null