SQL server中对字段的( alter)修改、删除、添加、双主键、多主键、获取一列不重复的字段

   日期:2020-08-31     浏览:139    评论:0    
核心提示:1.修改字段长度alter table 表名 alter column 表字段 nvarchar(300) not null2.删除字段alter table 表名 drop column 表字段3.添加字段alter table 表名 add 表字段 nvarchar(2) not null4.修改字段名alter table 表名 rename column 原字段 to 修改字段5.创建双主键(前提条件主键字段不能为空)alter table 表名with nocheck

1.修改字段长度

alter table 表名 alter column 表字段 nvarchar(300) not null

2.删除字段

alter table 表名 drop column 表字段

3.添加字段

alter table 表名 add 表字段 nvarchar(2) not null

4.修改字段名

alter table 表名 rename column 原字段 to 修改字段

5.创建双主键(前提条件主键字段不能为空)

alter table 表名with nocheck add
constratint 主键名字 primary key nonclustered(
[字段1],
[字段2]
)

6.创建多主键(前提条件主键字段不能为空)

alter table 表名with nocheck add
constratint 主键名字 primary key nonclustered(
[字段1],
[字段2],

[字段n]
)

7.去掉一列的重复数据

select distinct 字段名 FROM 数据表名

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服