首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

Sybase 剔除数据库字段

2012-08-15 
Sybase 删除数据库字段use?master??gosp_dboption??DBname,select?into,true??//设置select?into 允许

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

热点排行