Sybase 删除表的某列

Sybase 删除表的某列

Sybase 删除表的某列sql:

--想删除字段temp1(该字段的所有值已置为null)
alter table nh_bill_detail drop temp1;

 

posted @ 2018-11-14 16:50  整合侠  阅读(2103)  评论(0)    收藏  举报