当前位置:网站首页>MySQL winter vacation self-study 2022 12 (2)
MySQL winter vacation self-study 2022 12 (2)
2022-07-04 00:19:00 【Crane paper thousand】
-- The absolute value
select abs(-10);#10
select abs(10);#10
select abs(-1.1);#1.1
-- ceil Rounding up
select ceil(1.1);#2
select ceil(-1.1);#-1
-- floor Rounding down
select floor(1.1);#1
select floor(-1.1);#-2
-- Take the maximum value of the list
select greatest(1,2,3);
select greatest(1.1,2,3);
-- Take the minimum value of the list
select least(1,2,3);
select least(-1,2,3.0);
-- modulus
select mod(5,2);#1
select mod(-5,2);#-1
select mod(5,-2);#1
select mod(-5,-2);#-1
-- PI
select PI();
-- return x Of y Power
select pow(2,3);# 8
select pow(2.0,3.0);# 8
select pow (2,-1);#0.5
-- 0-1 The random number
select rand();
-- Return integer , rounding
select round(4.5);#5
select round(4.4);#4
select round(-4.5);#-5
select round(-4.4);#-4
select round(3.5415,3);# Keep three decimal places ,3.542
-- Cut the decimal directly to the specified number of digits
select truncate(3.1415,3);#3.141 No rounding
边栏推荐
- Data storage - interview questions
- Iclr2022: how does AI recognize "things I haven't seen"?
- D24:divisor and multiple (divisor and multiple, translation + solution)
- Global and Chinese markets for blood and liquid heating devices 2022-2028: Research Report on technology, participants, trends, market size and share
- P1339 [USACO09OCT]Heat Wave G
- What are the application fields of digital twins in industry?
- Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
- Is the low commission link on the internet safe? How to open an account for China Merchants Securities?
- [2021]NeRF in the Wild: Neural Radiance Fields for Unconstrained Photo Collections
- ISBN number
猜你喜欢
![[PHP basics] cookie basics, application case code and attack and defense](/img/7c/551b79fd5dd8a411de85c800c3a034.jpg)
[PHP basics] cookie basics, application case code and attack and defense

Report on prospects and future investment recommendations of China's assisted reproductive industry, 2022-2028 Edition

Zipper table in data warehouse (compressed storage)
![P3371 [template] single source shortest path (weakened version)](/img/c5/bcb22e1ea573253005e56ebbd73bb7.jpg)
P3371 [template] single source shortest path (weakened version)

NLP Chinese corpus project: large scale Chinese natural language processing corpus

Tencent interview: can you find the number of 1 in binary?

Investment demand and income forecast report of China's building ceramics industry, 2022-2028

2022 chemical automation control instrument examination content and chemical automation control instrument simulation examination

STM32 GPIO CSDN creative punch in

The first game of the new year, many bug awards submitted
随机推荐
Vscode regular match replace console log(.*)
What is the potential of pocket network, which is favored by well-known investors?
Yyds dry goods inventory three JS source code interpretation - getobjectbyproperty method
Regular expressions and text processors for shell programming
Global and Chinese market of melting furnaces 2022-2028: Research Report on technology, participants, trends, market size and share
P3371 [template] single source shortest path (weakened version)
[2021]NeRF in the Wild: Neural Radiance Fields for Unconstrained Photo Collections
Investment demand and income forecast report of China's building ceramics industry, 2022-2028
Social network analysis -social network analysis
[source code] VB6 chat robot
Joint examination of six provinces 2017
Generic tips
(Video + graphics and text) introduction to machine learning series - Chapter 4 naive Bayes
Is the low commission link on the internet safe? How to open an account for China Merchants Securities?
2020.2.14
Cannot build artifact 'test Web: War expanded' because it is included into a circular depend solution
Gossip about redis source code 81
Iclr2022: how does AI recognize "things I haven't seen"?
Ningde times and BYD have refuted rumors one after another. Why does someone always want to harm domestic brands?
Make small tip