SQL语句更改列

ALTER Table ts_StockCustomer Add LShPayAmount money null DEFAULT 0 WITH VALUES,LGatherAmount money null DEFAULT 0 WITH VALUES
ALTER Table ts_StockCustomer Alter column LShPayAmount money not null
ALTER Table ts_StockCustomer Alter column LGatherAmount money not null


 

posted @ 2005-06-03 10:03  阿土仔  阅读(708)  评论(0编辑  收藏  举报