閱讀984 返回首頁    go 京東網上商城


Sql Server在建好的表中,新增一列

alter table 表名 add 列明 數據類型;
例子:
alter tableMapping add XX nvarchar(50);

最後更新:2017-04-03 20:19:20

  上一篇:go android優化之省電
  下一篇:go Object reference not set to an instance of an object.