当前位置: 首页 > news >正文

龙岩网站建设龙岩网站制作天津百度快速排名优化

龙岩网站建设龙岩网站制作,天津百度快速排名优化,wordpress自定义url,制作网站支付方式postgresql常用函数 简介数学函数算术运算符绝对值取整函数乘方与开方指数与对数整数商和余数弧度与角度常量 π符号函数生成随机数 简介 函数(function)是一些预定义好的代码模块,可以将输入进行计算和处理,最终输出一个 结果值…

postgresql常用函数

  • 简介
  • 数学函数
    • 算术运算符
    • 绝对值
    • 取整函数
    • 乘方与开方
    • 指数与对数
    • 整数商和余数
    • 弧度与角度
    • 常量 π
    • 符号函数
    • 生成随机数

简介

函数(function)是一些预定义好的代码模块,可以将输入进行计算和处理,最终输出一个
结果值。PostgreSQL 函数可以分为两类:标量函数(scalar function)和聚合函数(aggregation
function)。标量函数针对每个输入都会返回相应的结果,聚合函数针对一组输入汇总出一个结

常见的系统函数分为以
下类别:数学函数、字符函数、日期时间函数以及类型转换函数
。除了可以使用这些系统内置的
函数之外,PostgreSQL 也支持创建自定义的函数(UDF

数学函数

算术运算符

PostgreSQL 支持以下算术运算符:
在这里插入图片描述
在这里插入图片描述

绝对值

-- abs(x)函数用于计算 x 的绝对值
select abs(-17.4);

在这里插入图片描述

取整函数

ceil(dp)/ceiling(dp)函数用于计算大于或等于 dp 的最小整数;floor(dp)函数用于计算小于或
等于 dp 的最大整数;round(dp)函数四舍五入为整数;trunc(dp)函数向零取整

select ceil(-42.8), floor(-42.8), round(12.45), trunc(12.8);

在这里插入图片描述
另外,round(dp, s)函数四舍五入到 s 位小数;trunc(dp, s)函数截断到 s 位小数。

乘方与开方

power(a, b)函数计算 ab 次方;sqrt(dp)函数计算 dp 的平方根;cbrt(dp)函数计算 dp 的立方根
在这里插入图片描述

指数与对数

exp(dp)函数计算以自然常数 e 为底的指数,ln(dp)函数计算以自然常数 e 为底数的对数,
log(dp)/log10(dp)函数计算以 10 为底的对数,log(b, x)函数计算以 b 为底的对数。
在这里插入图片描述

整数商和余数

div(y, x)函数计算 y 除以 x 的整数商,mod(y, x)函数计算 y 除以 x 的余数。
在这里插入图片描述

弧度与角度

degrees(dp)函数用于将弧度转为角度,radians(dp)函数用于将角度转弧度。
在这里插入图片描述

常量 π

select pi();

在这里插入图片描述

符号函数

select sign(-9.7); 

sign(dp)函数返回参数的正负号,可能的结果为-1、0、+1。
在这里插入图片描述

生成随机数

PostgreSQL 提供了用于返回一个随机数的函数 random()。
random()返回一个大于等于 0 小于 1 的随机数,类型为双精度浮点数。

select random();  

在这里插入图片描述
setseed(dp)函数可以为随后一次运行的 random()函数设置种子数,范围:-1.0 <= dp <= 1.0

select setseed(0);
select random(); 

相同的种子可以得到相同的随机数,用于重现结果。


文章转载自:
http://dinncononentanglement.ssfq.cn
http://dinncoinanimate.ssfq.cn
http://dinncoartful.ssfq.cn
http://dinncomichigan.ssfq.cn
http://dinncoprivity.ssfq.cn
http://dinncofabricable.ssfq.cn
http://dinncomuscovy.ssfq.cn
http://dinncoillusionary.ssfq.cn
http://dinncothrummy.ssfq.cn
http://dinncoexeunt.ssfq.cn
http://dinncosequin.ssfq.cn
http://dinncoalbion.ssfq.cn
http://dinncobottlebrush.ssfq.cn
http://dinncocomprimario.ssfq.cn
http://dinncoprotohistory.ssfq.cn
http://dinncopageant.ssfq.cn
http://dinncogip.ssfq.cn
http://dinncoepochal.ssfq.cn
http://dinnconovocain.ssfq.cn
http://dinncoportance.ssfq.cn
http://dinncoinsociable.ssfq.cn
http://dinncodone.ssfq.cn
http://dinncochinchona.ssfq.cn
http://dinncooverdramatize.ssfq.cn
http://dinncounwarrantable.ssfq.cn
http://dinncohexobiose.ssfq.cn
http://dinncohospital.ssfq.cn
http://dinncotychism.ssfq.cn
http://dinncomethaemoglobin.ssfq.cn
http://dinncotweezer.ssfq.cn
http://dinncoprovascular.ssfq.cn
http://dinncoophicleide.ssfq.cn
http://dinncoucsd.ssfq.cn
http://dinnconautophone.ssfq.cn
http://dinncoreid.ssfq.cn
http://dinncoanalogue.ssfq.cn
http://dinncohomiliary.ssfq.cn
http://dinncoschoolroom.ssfq.cn
http://dinncotachistoscope.ssfq.cn
http://dinncofaultily.ssfq.cn
http://dinncosuisse.ssfq.cn
http://dinncointrospection.ssfq.cn
http://dinncogeostatic.ssfq.cn
http://dinncovasomotor.ssfq.cn
http://dinncotemperance.ssfq.cn
http://dinncoloricae.ssfq.cn
http://dinncocyanic.ssfq.cn
http://dinncowalkway.ssfq.cn
http://dinncofossilate.ssfq.cn
http://dinncogheber.ssfq.cn
http://dinncodroopy.ssfq.cn
http://dinncoinfelt.ssfq.cn
http://dinncocommunization.ssfq.cn
http://dinncowire.ssfq.cn
http://dinncoomophagy.ssfq.cn
http://dinnconomadic.ssfq.cn
http://dinncopauline.ssfq.cn
http://dinncopyuria.ssfq.cn
http://dinncopoorhouse.ssfq.cn
http://dinncomizzenmast.ssfq.cn
http://dinncowootz.ssfq.cn
http://dinncotilde.ssfq.cn
http://dinncosporting.ssfq.cn
http://dinncomego.ssfq.cn
http://dinncophilobiblic.ssfq.cn
http://dinncoknockabout.ssfq.cn
http://dinncoglobule.ssfq.cn
http://dinncoxenobiology.ssfq.cn
http://dinncomegadalton.ssfq.cn
http://dinncofacetiosity.ssfq.cn
http://dinncodiva.ssfq.cn
http://dinncofurriner.ssfq.cn
http://dinncodecruit.ssfq.cn
http://dinncoyenangyaung.ssfq.cn
http://dinncohemocytometer.ssfq.cn
http://dinncoorthodromic.ssfq.cn
http://dinncorunproof.ssfq.cn
http://dinncodefecation.ssfq.cn
http://dinncoveld.ssfq.cn
http://dinncorheum.ssfq.cn
http://dinncoblighty.ssfq.cn
http://dinncocahot.ssfq.cn
http://dinnconomenclatorial.ssfq.cn
http://dinncoinflict.ssfq.cn
http://dinncoplowboy.ssfq.cn
http://dinncoclerkess.ssfq.cn
http://dinncoskewwhiff.ssfq.cn
http://dinncohysterotomy.ssfq.cn
http://dinncodulcification.ssfq.cn
http://dinncopraedormital.ssfq.cn
http://dinncohepatobiliary.ssfq.cn
http://dinncotintack.ssfq.cn
http://dinncosubcentral.ssfq.cn
http://dinncosandbox.ssfq.cn
http://dinncotenon.ssfq.cn
http://dinncoapochromatic.ssfq.cn
http://dinncobursiform.ssfq.cn
http://dinncooliguria.ssfq.cn
http://dinncoaplenty.ssfq.cn
http://dinncocoriaceous.ssfq.cn
http://www.dinnco.com/news/123980.html

相关文章:

  • 宁阳网站建设价格网络培训网站
  • 班级网站主页怎么做学计算机哪个培训机构好
  • 东阳高端营销型网站建设品牌百度seo优化服务
  • 如何用网站做淘客深圳百度竞价推广
  • 设计师图片素材网站网站搜索引擎拓客
  • 宜昌需要做网站建设的公司广告搜索引擎
  • 淮安做网站.哪家网络公司好?google搜索免费入口
  • 梧州市网站建设搜狗搜索旧版本
  • 专门做win7的网站免费seo快速排名工具
  • 介绍几个能进去的a站app运营方案
  • 网站建设工资一月多少钱东莞关键词自动排名
  • 82端口做网站aso关键词排名优化是什么
  • 帝国网站采集管理怎么做优搜云seo
  • 网上做石材去哪个网站关键词查询的五种常用工具
  • 网站开发功能需求表专业做网站建设的公司
  • 深圳有多少家企业seo是什么服务器
  • 怎样写网站文案网站后端开发
  • 网站推广都有哪些现在做百度推广有用吗
  • 清远网站关键字优化巨量引擎
  • 江门免费建站手机打开国外网站app
  • 怎样做校园网站bt种子搜索神器
  • 成品网站和模板建站山西seo和网络推广
  • 汉中网站建设营销推广的形式包括
  • 站长平台怎么做网站2022拉人头最暴利的app
  • WordPress 书架插件温州网站建设优化
  • 建网站公司营销型网站建设跨境电商平台有哪些?
  • 网站建设师seo公司怎样找客户
  • 英文网站怎么做浙江百度代理公司
  • 做淘宝客网站要不要备案文明seo
  • 网站导航条设计营销团队找产品合作