当前位置:网站首页>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
边栏推荐
- 按钮多次点击造成结果
- ArcGIS services query filter by time field
- Nacos installation and use
- Multiple clicks of the button result in results
- 优品购电商3.0微服务商城项目实战小结
- Kotlin基础
- 15、wpf之button样式小记
- How to open an account for trading futures Shanghai nickel products online
- Specific meanings of node and edge in Flink graph
- R语言dplyr包summarise_at函数计算dataframe数据中多个数据列(通过向量指定)的计数个数、均值和中位数、在每个函数内部指定na.rm参数、通过list指定函数列表
猜你喜欢
黑馬暢購商城---3.商品管理
SDN系统方法 | 9. 接入网
ThingsPanel 發布物聯網手機客戶端(多圖)
Actual combat summary of Youpin e-commerce 3.0 micro Service Mall project
confluence7.4.X升级实录
ROS notes (06) - definition and use of topic messages
Solution to the timeout scenario of Flink streaming computing (official live broadcast)
Evaluating the overall situation of each class in a university based on entropy weight method (formula explanation + simple tool introduction)
Oracle Spatial creating spatial tables
Redis雪崩、穿透和击穿是什么?
随机推荐
Data Lake survey
9 cases where elements cannot be located
网络 | 衡量网络好坏的指标及测试方法
为什么要分布式 id ?分布式 id 生成方案有哪些?
Mui scroll bar recovery
Actual combat summary of Youpin e-commerce 3.0 micro Service Mall project
Update of complex JSON in MySQL
Convergence by probability
Tool usage summary
Le détour d'un ingénieur en matériel
Problems encountered using easyexcel
SMS verification before deleting JSP
R语言使用epiDisplay包的followup.plot函数可视化多个ID(病例)监测指标的纵向随访图、使用stress.type参数指定强调线的id子集的线条的类型(type)
Idea uses the fast request interface for debugging
Hook技术
云原生数据湖以存储、计算、数据管理等能力通过信通院评测认证
网络 | traceroute,路由跟踪命令,用于确定 IP 数据包访问目标地址所经过的路径。
揭秘GaussDB(for Redis):全面对比Codis
机器学习自学成才的十条戒律
VFP calls the command line image processing program, and adding watermark is also available