閱讀984 返回首頁    go 阿裏雲 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.