当前位置:网站首页>SQL function summary
SQL function summary
2022-06-25 12:04:00 【GIS roast lamb leg is delicious】
- coalesce(null,1) If it is null return 1.
- :: Two colons are used for type conversion
- NUMERIC A data type is an exact numeric data type , Its precision is reserved to the least significant bit after arithmetic operation
- to_chart(date,‘mm-dd’) Change the date to a character type in a certain format
- to_date(‘2003-10-17 21:15:37’,‘yyyy-mm-dd’) Function to convert character type into date type in a certain format
- ROUND(3.333,2) Function to round a numeric field to a specified number of decimal places .
- floor() Round down to the specified number of decimal places
- ceiling() Round up to the specified number of decimal places
- sum(t.count) over() Continuous summation
- postgresql extract(epoch from current_timestamp) Get the timestamp
- postgresql generate_series(to_date(‘2013-04-03’,‘yyyy-mm-dd’), to_date(‘2013-04-06’,‘yyyy-mm-dd’), ‘1 day’) From small to large according to time , One day per step
- split_part(‘string’, ‘,’ , 1) Cut according to the comma to return the first digit after cutting
- substring (‘string’ , 2) Intercept string This field From 2 Character start
- replace(‘string)’, ‘)’ , ‘’) Substitution function , Replace parentheses with blanks
边栏推荐
- R语言dplyr包summarise_at函数计算dataframe数据中多个数据列(通过向量指定)的计数个数、均值和中位数、在每个函数内部指定na.rm参数、通过list指定函数列表
- 云原生数据湖以存储、计算、数据管理等能力通过信通院评测认证
- WebRTC Native M96 基础Base模块介绍之网络相关的封装
- Whole process of web page request
- SMS verification before deleting JSP
- Idea uses the fast request interface for debugging
- 黑马畅购商城---8.微服务网关Gateway和Jwt令牌
- The cloud native data lake has passed the evaluation and certification of the ICT Institute with its storage, computing, data management and other capabilities
- 剑指 Offer II 091. 粉刷房子 : 状态机 DP 运用题
- Use PHP script to view the opened extensions
猜你喜欢

Deeply understand Flink SQL execution process based on flink1.12

Dark horse shopping mall ---8 Microservice gateway and JWT token

redis的dict的扩容机制(rehash)

Idea uses the fast request interface for debugging

Redis雪崩、穿透和击穿是什么?

Two ways of redis persistence -- detailed explanation of RDB and AOF

How TCP handles exceptions during three handshakes and four waves

Continue to cut the picture after the ArcGIS Server is disconnected

ThingsPanel 发布物联网手机客户端(多图)

Real software developers will use this method to predict the future
随机推荐
揭秘GaussDB(for Redis):全面对比Codis
Detailed explanation of Flink checkpoint specific operation process and summary of error reporting and debugging methods
兴业证券是国企吗?在兴业证券开户资金安全吗?
How to open an account for trading futures Shanghai nickel products online
R语言caTools包进行数据划分、scale函数进行数据缩放、e1071包的naiveBayes函数构建朴素贝叶斯模型
Idea local launch Flink task
使用php脚本查看已开启的扩展
2022 mathematical modeling competition time and registration fee
现在网上炒股开户身份证信息安全吗?
SDN系统方法 | 9. 接入网
Cesium editing faces
按钮多次点击造成结果
JS to realize the calculation of discrete aggregation points
Tool usage summary
Use of JSP sessionscope domain
flutter常用命令及问题
. Using factory mode in net core
PyCaret 成功解决无法从‘sklearn.model_selection._search‘导入名称“_check_param_grid”
ROS 笔记(06)— 话题消息的定义和使用
R语言使用nnet包的multinom函数构建无序多分类logistic回归模型、使用summary函数获取模型汇总统计信息