当前位置:网站首页>SQL - common function usage
SQL - common function usage
2022-07-20 00:16:00 【Miaomiao boss】
select lower(ename) from emp
# Convert uppercase to lowercase
select upper(ename) from emp
# Convert lowercase to uppercase
select concat('www','baidu','.com') as url
# Link together
select char_length('aaa')
# Know the length of the string
select substring('goodgoodstudy',0,5)
# Intercepting string
select ltrim/rtrim/trim(' aa bb ')
# Remove the empty string on the left , Remove the empty string on the right , Remove the empty string on both sides
select ceil(3.14)
select obs(-3.14)
# Take the absolute value
select floor(-3.14)
# Cut off everything after the decimal point
select round(3.14232,3)
# Keep three decimal places , And round it up
select truncate(3.14232,3)
# Keep three decimal places , Directly intercept later
select curdate()
# Take the current date
#
select curtime()
# Take the current time
#
select now()
# Take the current date plus time
#
select month(curdate())
# Take the current month
#
select month/year(hiredate) from emp
# Take the data in the table , Which month did you start
#
边栏推荐
猜你喜欢
Agent of skywalking series learning collects trace data
ASP.NET收银管理系统源码
File object
448. Find all numbers and hash tables that disappear from the array
How to build and analyze the learning environment of skywalking series
西安电子科技大学到访IPLOOK,进行5G/6G项目交流
npm i 安装时报错问题解决
sql---常见的函数使用
讲者招募 | AI TIME招募ICML/IJCAI 2022 一作华人讲者啦!!!
Endc related concepts literacy
随机推荐
相似度计算公式
国内首颗自研嵌入式40nm工规级存储芯片发布,打破国产率为零现状
flask-闪现消息
Embedding
File object
批量归一化batch_normalization
Eureka注册中心之搭建eureka-server
Eureka注册中心——从入门到应用
This method is used to obtain the random integer between two integers; 2 get the average value of a group of numbers
什么是同步?什么是异步?
该方法用于获取一个变量的类型:
马尔可夫链
ASP.NET收银管理系统源码
创建mysql函数:Access denied; you need (at least one of) the SUPER privilege(s) for this operation
How to build and analyze the learning environment of skywalking series
Endc related concepts literacy
哪家公司适合期货开户?请问2022年有哪些安全可靠的期货平台?
重磅!曾学忠升任展锐副董事长兼CEO,楚庆任出任联席CEO!
怎么学自动化测试
CRM和ERP是差不多的东西吗?有什么区别呢?