怎么删除属性列啊用sql语句写了个alter S add ID int identity(1,1)然后我想删除这个属性列alter S drop ID却出现了如下错误 [解决办法]alter S drop column ID