Sybases:删除表中的某列

alter table tb1(表名) drop clo1(列名);
commit;
05-11 19:22