当前位置:网站首页>Statistical query of SQL Server database
Statistical query of SQL Server database
2022-06-30 00:15:00 【Little brother】
Basic database table Table by :

Inquire about Table The maximum value of a field in the table , minimum value , Average, etc .
select MAX(Age) AS Maximum age ,min(Age) AS Minimum age ,avg(Age) AS Average age from Table
Query results :

Use group by Statistics query ( male / Woman ) The number of
select Sex AS Gender ,COUNT(*) AS The number of from Table1 group by Sex
Query results :

Use group by Statistics query You can also query multiple fields ( Gender and address )
select Adderss AS home ,Sex AS Gender ,COUNT(*) AS The number of from Table group by Sex,Adderss
Query results :

Use having The number of conditional statistics queries is greater than 2 People's place
select Adderss AS Address ,COUNT(*) AS The number of from Table group by Adderss having COUNT(*)>=2
Query results :

边栏推荐
- 如何实现搜索引擎中的拼写纠错功能——思路
- Cartoon security HIDS, EDR, NDR, XDR
- Solr basic operation 8
- 代码分析平台 SonarQube 实战
- [advanced C language] dynamic memory management
- Embedded development: Hardware in the loop testing
- label问题排查:打不开标注好的图像
- Siemens low code platform connects MySQL through database connector to realize addition, deletion, modification and query
- Digital collection of cultural relics, opening a new way of cultural inheritance
- Leetcode (633) -- sum of squares
猜你喜欢

Introduction to reptiles: data capture of Betta barrage, with 11 introductory notes attached

西门子低代码平台通过Database Connector 连接Mysql 实现增删改查

Quick Pow: 如何快速求幂

Buffer flow exercise
![[advanced C language] string and memory function (I)](/img/fa/5531253940d99f2646cb6964992e7c.png)
[advanced C language] string and memory function (I)

EB-5 immigration in the United States reappears to be positive, and the reauthorization policy of the regional center is suspended
![复制带随机指针的链表[空间换时间--hash记录]](/img/d9/d81e0e4f81174c61275e4affe0777a.png)
复制带随机指针的链表[空间换时间--hash记录]

New CorelDRAW technical suite2022 latest detailed function introduction
![[advanced C language] string and memory function (II)](/img/1a/14ff6a078419e407845d60485be60e.png)
[advanced C language] string and memory function (II)

JS绘制极坐标颜色渐变
随机推荐
Andorid source build/envsetup.sh 该知道的细节
Table responsive layout tips for super nice
Solr基础操作14
Golang6 reflection
Will the flush SQL CDC parallelism affect the order? Generally, only 1 can be set for data synchronization.
Leetcode (633) -- sum of squares
Preliminary syntax of JS
【UITableView】坑一:tableView:heightForHeaderInSection:方法不执行
Buffer flow exercise
[rust weekly library] Tokei - a utility for statistics of code lines and other information
Basic operations such as MySQL startup under Windows platform
MySQL multi table query
Siemens low code platform connects MySQL through database connector to realize addition, deletion, modification and query
由GlideException: Failed DecodePath{DirectByteBuffer->GifDrawable->Drawable}引起的刨根问底
AI chief architect 9- huxiaoguang, propeller model library and industry application
Solr basic operations 7
Vulnhub靶机-MoriartyCorp
如何实现搜索引擎中的拼写纠错功能——思路
Teach you step by step to install webwind notes on edge browser
History of deep learning