开发者

How to write a update query using Sql Compact Server

开发者 https://www.devze.com 2022-12-30 14:58 出处:网络
I want to update 开发者_如何学JAVAcolumn which has datatype of nvarchar. Want to change the column has identity column. Anyone can help?http://msdn.microsoft.com/en-us/library/ms174123.aspx

I want to update 开发者_如何学JAVAcolumn which has datatype of nvarchar. Want to change the column has identity column. Anyone can help?


http://msdn.microsoft.com/en-us/library/ms174123.aspx

It would be smth like

ALTER TABLE <IdentityTable> ALTER COLUMN <Identity Column> <Data Type> (1, 1)

But how're you going to add to nvarchar datatype indentity?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号