本文介绍了修改表格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个名为tbsta的表,其中包含以下列:
staid int(主键)
stanam varchar(50)
我想更改它,并将staid的标识设置为true.我该怎么办?
谢谢
I have a table named tbsta with the columns:
staid int (primary key)
stanam varchar(50)
I want to alter it and set is identity of staid to true. How do I do that?
Thanks
推荐答案
这篇关于修改表格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!