日期:2014-05-16  浏览次数:20490 次

Sybase 删除数据库字段
use?master??
go
sp_dboption??DBname,'select?into',true??//设置'select?into' 允许拷贝
go
Alter?table?table_name drop??column_name;