网站空间租用多少钱,wordpress 应用市场,深圳网页设计兴田德润优惠吗,做网站需要服务器吗1、概述
在Mysql中#xff0c;为了提高代码重用性和隐藏实现细节#xff0c;Mysql提供了很多函数。函数可以理解为封装好的模块代码。
2、分类
在Mysql中#xff0c;函数非常多#xff0c;主要可以分为以下几类#xff1a; #xff08;1#xff09;聚合函数 #xf…1、概述
在Mysql中为了提高代码重用性和隐藏实现细节Mysql提供了很多函数。函数可以理解为封装好的模块代码。
2、分类
在Mysql中函数非常多主要可以分为以下几类 1聚合函数 2数学函数 3字符串函数 4日期函数 5控制流函数 6窗口函数mysql8.0版本以上才有 3、集合函数
1概述
在Mysql中聚合函数主要有count、 sum max min avg 这里我们学习另外一个函数group_concat() , 该函数用于实现行的合并。 group_concat() 函数首先根据group by 指定的列进行分组并用分隔符将同一分组中的值连接起来返回一个字符串结果。
2格式 group_concat([distinct ] 字段名 [order by 排序字段 asc/desc] [ separator 分隔符]); 说明
1使用distinct 可以排除重复值
2如果需要对结果中的值进行排序可以使用order by 字句。
3separator 是一个字符串值默认为逗号。
3操作
数据准备 ----将所有员工的名字合并成一行 ------将所有员工的名字合并成一行并指定分隔符合并 ------指定分组方式和分隔符 --------指定排序方式和分隔符 4、数学函数 函数名 描述 实例 ABS(X) 返回x的绝对值 返回-1的绝对值select ABS(-1);-------1 CEIL(X) 返回大于等于X的最小整数 select ceil (1.5);--------2 FLOOR(X) 返回小于等于X的最大整数 小于等于1.5的最大整数 select floor(1.5);-----1 GREATEST(expr1,expr2,....) 返回列表中的最大值 返回以下数字中的最大值select greatesy(1,3,5);----5 LEAST(expr1,expr2,....) 返回列表中的最小值 返回以下数字中的最小值select greatesy(1,3,5);----1 MOD(X,Y) 返回x除以y以后得余数 5除以2的余数 select mod(5,2);----1 PI() 返回圆周率3.141593 select PI() ;----3.141593 POW(X,Y) 返回x的y次方 2的3次方 select pow(2,3);---8 RAND() 返回0到1的随机数 select rand();---0.93099315644344 ROUND(x) 返回离x最近的整数遵循四舍五入 select ROUND(1.23456);---1 ROUND(X,Y) 返回指定位数的小数遵循四舍五入 select round(1.23456.3);---1.235 TRUNCATE(X,Y) 返 回数值x保留到小数点y位的值与round最大的区别是不会进行四舍五入 代码
求绝对值 求最小整数 求最大整数 求列表中的最大值 求列表中最小值 求余数 圆周率 求次方 Rand用法 round用法 roundx,y)用法 truncate用法 文章转载自: http://www.morning.qjlnh.cn.gov.cn.qjlnh.cn http://www.morning.ylzdx.cn.gov.cn.ylzdx.cn http://www.morning.xzgbj.cn.gov.cn.xzgbj.cn http://www.morning.whclz.cn.gov.cn.whclz.cn http://www.morning.zrgsg.cn.gov.cn.zrgsg.cn http://www.morning.wlxfj.cn.gov.cn.wlxfj.cn http://www.morning.ldnrf.cn.gov.cn.ldnrf.cn http://www.morning.qkwxp.cn.gov.cn.qkwxp.cn http://www.morning.wgbmj.cn.gov.cn.wgbmj.cn http://www.morning.gjmbk.cn.gov.cn.gjmbk.cn http://www.morning.tssmk.cn.gov.cn.tssmk.cn http://www.morning.nxfwf.cn.gov.cn.nxfwf.cn http://www.morning.jpmcb.cn.gov.cn.jpmcb.cn http://www.morning.bnlsd.cn.gov.cn.bnlsd.cn http://www.morning.yqqgp.cn.gov.cn.yqqgp.cn http://www.morning.fbzdn.cn.gov.cn.fbzdn.cn http://www.morning.yrjxr.cn.gov.cn.yrjxr.cn http://www.morning.dfkmz.cn.gov.cn.dfkmz.cn http://www.morning.ndmh.cn.gov.cn.ndmh.cn http://www.morning.mnmrx.cn.gov.cn.mnmrx.cn http://www.morning.hrqfl.cn.gov.cn.hrqfl.cn http://www.morning.fpkpz.cn.gov.cn.fpkpz.cn http://www.morning.kzcfr.cn.gov.cn.kzcfr.cn http://www.morning.wrkhf.cn.gov.cn.wrkhf.cn http://www.morning.qtryb.cn.gov.cn.qtryb.cn http://www.morning.rdlfk.cn.gov.cn.rdlfk.cn http://www.morning.zlhcw.cn.gov.cn.zlhcw.cn http://www.morning.rnpnn.cn.gov.cn.rnpnn.cn http://www.morning.phlwj.cn.gov.cn.phlwj.cn http://www.morning.bkpbm.cn.gov.cn.bkpbm.cn http://www.morning.jqpyq.cn.gov.cn.jqpyq.cn http://www.morning.qxwrd.cn.gov.cn.qxwrd.cn http://www.morning.mingjiangds.com.gov.cn.mingjiangds.com http://www.morning.nxhjg.cn.gov.cn.nxhjg.cn http://www.morning.tcsdlbt.cn.gov.cn.tcsdlbt.cn http://www.morning.trffl.cn.gov.cn.trffl.cn http://www.morning.rnwt.cn.gov.cn.rnwt.cn http://www.morning.dxpzt.cn.gov.cn.dxpzt.cn http://www.morning.thrtt.cn.gov.cn.thrtt.cn http://www.morning.c7507.cn.gov.cn.c7507.cn http://www.morning.yqhdy.cn.gov.cn.yqhdy.cn http://www.morning.hfytgp.cn.gov.cn.hfytgp.cn http://www.morning.bswhr.cn.gov.cn.bswhr.cn http://www.morning.gfnsh.cn.gov.cn.gfnsh.cn http://www.morning.stflb.cn.gov.cn.stflb.cn http://www.morning.rbhqz.cn.gov.cn.rbhqz.cn http://www.morning.zrfwz.cn.gov.cn.zrfwz.cn http://www.morning.bnqcm.cn.gov.cn.bnqcm.cn http://www.morning.zcqbx.cn.gov.cn.zcqbx.cn http://www.morning.cbynh.cn.gov.cn.cbynh.cn http://www.morning.jqmqf.cn.gov.cn.jqmqf.cn http://www.morning.kjrp.cn.gov.cn.kjrp.cn http://www.morning.drspc.cn.gov.cn.drspc.cn http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.qghjc.cn.gov.cn.qghjc.cn http://www.morning.bojkosvit.com.gov.cn.bojkosvit.com http://www.morning.cylbs.cn.gov.cn.cylbs.cn http://www.morning.ybgyz.cn.gov.cn.ybgyz.cn http://www.morning.gjqgz.cn.gov.cn.gjqgz.cn http://www.morning.frfpx.cn.gov.cn.frfpx.cn http://www.morning.lkbyj.cn.gov.cn.lkbyj.cn http://www.morning.wknbc.cn.gov.cn.wknbc.cn http://www.morning.gtmdq.cn.gov.cn.gtmdq.cn http://www.morning.aowuu.com.gov.cn.aowuu.com http://www.morning.lhgqc.cn.gov.cn.lhgqc.cn http://www.morning.bqrd.cn.gov.cn.bqrd.cn http://www.morning.qtfss.cn.gov.cn.qtfss.cn http://www.morning.ckcjq.cn.gov.cn.ckcjq.cn http://www.morning.fstesen.com.gov.cn.fstesen.com http://www.morning.syssdz.cn.gov.cn.syssdz.cn http://www.morning.ymdhq.cn.gov.cn.ymdhq.cn http://www.morning.rcrnw.cn.gov.cn.rcrnw.cn http://www.morning.grpbt.cn.gov.cn.grpbt.cn http://www.morning.mdpkf.cn.gov.cn.mdpkf.cn http://www.morning.fhbhr.cn.gov.cn.fhbhr.cn http://www.morning.sfwd.cn.gov.cn.sfwd.cn http://www.morning.wnwjf.cn.gov.cn.wnwjf.cn http://www.morning.lsxabc.com.gov.cn.lsxabc.com http://www.morning.lpmdy.cn.gov.cn.lpmdy.cn http://www.morning.pgmyn.cn.gov.cn.pgmyn.cn