当前位置:网站首页>DQL basic operation
DQL basic operation
2022-07-03 01:52:00 【Xu Feng &】
Alias
select * from indicate as Alias
// It's OK not to asduplicate removal
select distinct Field name ( Can be all ) from Table name ; The query result is an expression
select price+10 from Table name ;wildcard
%a The bad ending is a Of
%a% Query contains a Of
a% The query starts with a Of use least For the minimum
select least();
Yes null It will not be more direct null
Sort query order by
select Field name
from Table name
order by Field one [desc]
// Default ascending order desc Descending ,order by In the last Aggregate query
count The sum of the trips ( No matter null)
sum The sum of the columns
max Maximum
min minimum value
avg Average
Group query
select Field name , Aggregate functions from Table name group by Grouping field having Grouping conditions Add one at the end of paging query limit m,n; Important chapter m+1 Start checking n The bar is usually placed at the end of the statement
sql Execution order of
from-->where-->group by-->count()-->having--> perform -->select-->order by-->limit
边栏推荐
- 函数的定义和调用、this、严格模式、高阶函数、闭包、递归
- A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
- Why is it not recommended to use BeanUtils in production?
- Network security - DNS spoofing and phishing websites
- Steps to obtain SSL certificate private key private key file
- 网络安全-扫描
- Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
- Network security ACL access control list
- LeetCode 987. Vertical order transverse of a binary tree - Binary Tree Series Question 7
- Query product cases - page rendering data
猜你喜欢

网络安全-漏洞与木马

Niuniu's ball guessing game (dynamic planning + prefix influence)
![[shutter] animation animation (basic process of shutter animation | create animation controller | create animation | set value listener | set state listener | use animation values in layout | animatio](/img/70/54eb9359ac91aa43383b240eb036b7.gif)
[shutter] animation animation (basic process of shutter animation | create animation controller | create animation | set value listener | set state listener | use animation values in layout | animatio

Vant 实现简单的登录注册模块以及个人用户中心

Main features of transport layer TCP and TCP connection

Rockchip3399 start auto load driver

STM32 - vibration sensor control relay on

Why is it not recommended to use BeanUtils in production?

One of the C language practical projects is greedy snake

Qtablewidget lazy load remaining memory, no card!
随机推荐
Take you ten days to easily complete the go micro service series (I)
[data mining] task 1: distance calculation
ByteDance data Lake integration practice based on Hudi
网络安全-防火墙
[shutter] animation animation (animatedbuilder animation use process | create animation controller | create animation | create components for animation | associate animation with components | animatio
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
Network security - password cracking
C application interface development foundation - form control (1) - form form
A 30-year-old software tester, who has been unemployed for 4 months, is confused and doesn't know what to do?
【Camera专题】HAL层-addChannel和startChannel简析
Network security - virus
查询商品案例-页面渲染数据
【数据挖掘】任务1:距离计算
Network security - dynamic routing protocol rip
Smart management of Green Cities: Digital twin underground integrated pipe gallery platform
[error record] the shutter component reports an error (no directionality widget found. | richtext widgets require a directionality)
Some functions of applet development
2022 spring "golden three silver four" job hopping prerequisites: Software Test interview questions (with answers)
【Camera专题】Camera dtsi 完全解析
网络安全-ACL访问控制列表