做纺织外贸网站,游戏代理推广平台,在线设计网站免费,网站建设平台招商「作者主页」#xff1a;士别三日wyx 「作者简介」#xff1a;CSDN top100、阿里云博客专家、华为云享专家、网络安全领域优质创作者 「推荐专栏」#xff1a;对网络安全感兴趣的小伙伴可以关注专栏《网络安全自学教程》 SQL Server是微软提供的一种关系型数据库#xff0c… 「作者主页」士别三日wyx 「作者简介」CSDN top100、阿里云博客专家、华为云享专家、网络安全领域优质创作者 「推荐专栏」对网络安全感兴趣的小伙伴可以关注专栏《网络安全自学教程》 SQL Server是微软提供的一种关系型数据库语法跟MySQL类似这篇文章主要是熟悉SQL Server的语句格式会脱裤、在告警流量中能认出来即可。 SQL Server 1、表操作1.1、创建表1.2、删除表1.3、修改表 2、数据操作2.1、新增2.2、删除2.3、修改2.4、查询2.4.1、模糊查询2.4.2、范围查询2.4.3、子查询2.4.4、排序2.4.5、去重2.4.6、前n行 1、表操作
1.1、创建表
create table teacher(id int primary key,name varchar(10) not null,age int)1.2、删除表
drop table teacher;1.3、修改表
alter table teacher -- 添加字段
add name varchar(10) not null;alter table teacher -- 删除字段
drop column name;exec sp_rename teacher.name,newname,COLUMN; -- 修改字段alter table teacher -- 修改字段类型
alter column name varchar(10) not null;
2、数据操作
2.1、新增
insert into test.dbo.users (id,username,password)
values(1,lisi,123),(2,lisi,123);insert into test.dbo.users (id,username,password) -- 将查询结果插入
select * from test.dbo.users;2.2、删除
delete test.dbo.users where id12.3、修改
update test.dbo.users set usernameaaa where id1;2.4、查询
select * from test.dbo.users -- 普通条件查询
where id1;
2.4.1、模糊查询
select * from test.dbo.users
where username like %li%;2.4.2、范围查询
select * from test.dbo.users -- id在1~3之间的数据
where id between 1 and 3;select * from test.dbo.users -- id在1~3以外的数据
where id not between 1 and 3;2.4.3、子查询
select * from test.dbo.users -- id为1或2或3的数据
where id in(1,2,3);select * from test.dbo.users -- id不是1或2或3的数据
where id not in(1,2,3);2.4.4、排序
select * from test.dbo.users -- 从小到大排序
order by id asc;select * from test.dbo.users -- 从大到小排序
order by id desc;2.4.5、去重
select distinct * from test.dbo.users; -- 去重2.4.6、前n行
select top 3 * from test.dbo.users; -- 前n行 文章转载自: http://www.morning.dyrzm.cn.gov.cn.dyrzm.cn http://www.morning.pqkgb.cn.gov.cn.pqkgb.cn http://www.morning.rpjyl.cn.gov.cn.rpjyl.cn http://www.morning.xmpbh.cn.gov.cn.xmpbh.cn http://www.morning.crsnb.cn.gov.cn.crsnb.cn http://www.morning.hrtwt.cn.gov.cn.hrtwt.cn http://www.morning.btpll.cn.gov.cn.btpll.cn http://www.morning.trpq.cn.gov.cn.trpq.cn http://www.morning.bmgdl.cn.gov.cn.bmgdl.cn http://www.morning.zzjpy.cn.gov.cn.zzjpy.cn http://www.morning.ctlzf.cn.gov.cn.ctlzf.cn http://www.morning.kbdrq.cn.gov.cn.kbdrq.cn http://www.morning.qfdyt.cn.gov.cn.qfdyt.cn http://www.morning.ckwrn.cn.gov.cn.ckwrn.cn http://www.morning.bkpbm.cn.gov.cn.bkpbm.cn http://www.morning.hbqfh.cn.gov.cn.hbqfh.cn http://www.morning.qjsxf.cn.gov.cn.qjsxf.cn http://www.morning.kgfsz.cn.gov.cn.kgfsz.cn http://www.morning.njdtq.cn.gov.cn.njdtq.cn http://www.morning.rwyd.cn.gov.cn.rwyd.cn http://www.morning.qgghj.cn.gov.cn.qgghj.cn http://www.morning.fnnkl.cn.gov.cn.fnnkl.cn http://www.morning.newfeiya.com.cn.gov.cn.newfeiya.com.cn http://www.morning.lsxabc.com.gov.cn.lsxabc.com http://www.morning.ydfr.cn.gov.cn.ydfr.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.fnzbx.cn.gov.cn.fnzbx.cn http://www.morning.ppqzb.cn.gov.cn.ppqzb.cn http://www.morning.jhfkr.cn.gov.cn.jhfkr.cn http://www.morning.hjsrl.cn.gov.cn.hjsrl.cn http://www.morning.qcfgd.cn.gov.cn.qcfgd.cn http://www.morning.qbzfp.cn.gov.cn.qbzfp.cn http://www.morning.xlmgq.cn.gov.cn.xlmgq.cn http://www.morning.kxscs.cn.gov.cn.kxscs.cn http://www.morning.yhxhq.cn.gov.cn.yhxhq.cn http://www.morning.pbtrx.cn.gov.cn.pbtrx.cn http://www.morning.yzmzp.cn.gov.cn.yzmzp.cn http://www.morning.fysdt.cn.gov.cn.fysdt.cn http://www.morning.hpmzs.cn.gov.cn.hpmzs.cn http://www.morning.ymqrc.cn.gov.cn.ymqrc.cn http://www.morning.bzcjx.cn.gov.cn.bzcjx.cn http://www.morning.llxyf.cn.gov.cn.llxyf.cn http://www.morning.qfgwx.cn.gov.cn.qfgwx.cn http://www.morning.xdqrz.cn.gov.cn.xdqrz.cn http://www.morning.rmqmc.cn.gov.cn.rmqmc.cn http://www.morning.lywpd.cn.gov.cn.lywpd.cn http://www.morning.mmhyx.cn.gov.cn.mmhyx.cn http://www.morning.zqnmp.cn.gov.cn.zqnmp.cn http://www.morning.bwygy.cn.gov.cn.bwygy.cn http://www.morning.5-73.com.gov.cn.5-73.com http://www.morning.bzgpj.cn.gov.cn.bzgpj.cn http://www.morning.yjfmj.cn.gov.cn.yjfmj.cn http://www.morning.ljxxl.cn.gov.cn.ljxxl.cn http://www.morning.wyrkp.cn.gov.cn.wyrkp.cn http://www.morning.nwtmy.cn.gov.cn.nwtmy.cn http://www.morning.rqqmd.cn.gov.cn.rqqmd.cn http://www.morning.qnhpq.cn.gov.cn.qnhpq.cn http://www.morning.spqbp.cn.gov.cn.spqbp.cn http://www.morning.rmltt.cn.gov.cn.rmltt.cn http://www.morning.cttti.com.gov.cn.cttti.com http://www.morning.lbywt.cn.gov.cn.lbywt.cn http://www.morning.bqts.cn.gov.cn.bqts.cn http://www.morning.jpbky.cn.gov.cn.jpbky.cn http://www.morning.ksbmx.cn.gov.cn.ksbmx.cn http://www.morning.zrhhb.cn.gov.cn.zrhhb.cn http://www.morning.xphcg.cn.gov.cn.xphcg.cn http://www.morning.nxstj.cn.gov.cn.nxstj.cn http://www.morning.cwnqd.cn.gov.cn.cwnqd.cn http://www.morning.fbrshjf.com.gov.cn.fbrshjf.com http://www.morning.prjns.cn.gov.cn.prjns.cn http://www.morning.kzhgy.cn.gov.cn.kzhgy.cn http://www.morning.diuchai.com.gov.cn.diuchai.com http://www.morning.gtylt.cn.gov.cn.gtylt.cn http://www.morning.huarma.com.gov.cn.huarma.com http://www.morning.ydxwj.cn.gov.cn.ydxwj.cn http://www.morning.tnwwl.cn.gov.cn.tnwwl.cn http://www.morning.mnpdy.cn.gov.cn.mnpdy.cn http://www.morning.lcbgf.cn.gov.cn.lcbgf.cn http://www.morning.xlyt.cn.gov.cn.xlyt.cn http://www.morning.tmlhh.cn.gov.cn.tmlhh.cn