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

网站分析与优化网站设计怎么做背景颜色

网站分析与优化,网站设计怎么做背景颜色,在哪个网站可以找做海报的模板,免费简单网页制作成品一、条件函数 if 条件函数 if函数是最常用到的条件函数&#xff0c;其写法是if(xn,a,b), xn代表判断条件&#xff0c;如果xn时&#xff0c;那么结果返回a ,否则返回b。 selectif(age < 25 or age is null, 25岁以下, 25岁以上) as age_cnt,count(1) as number from table…

一、条件函数

if 条件函数

   if函数是最常用到的条件函数,其写法是if(x=n,a,b),  x=n代表判断条件,如果x=n时,那么结果返回a ,否则返回b。

selectif(age < 25 or age is null, '25岁以下', '25岁以上') as age_cnt,count(1)  as number
from table1
group by age_cnt;

case when

case when 与if的作用基本相同,也是按照条件更换列中的内容,区别是case when 可以对 多个条件进行转换,需要注意的是:结尾需要加end作为结束标志

case 测试表达式
when 简单表达式1 then 结果表达式1
when 简单表达式2 then 结果表达式2
.......when 健达表达式n then 结果表达式n
[else 结果表达式 n+1]
end
--举例:
select case when age <25 or age is null then '25岁以下'else '25岁及以上'end as  age_cnt,
count(1) as  number
from table1 
group by age_cnt;-- 举例:
select device_id,gender,case when age<20 then '20岁以下'when age>=20 and age<=24 then '20-24岁'when age>=25 then '25岁及以上'else '其他'end as age_cut
from table1;

二、运用案例

2.1 行转列

问题描述

   

数据准备

 create table if not exists test(col1   string comment '',col2   string comment '',col3    string comment '') comment '测试表';insert overwrite table testvalues ('a','g','11'),('a','f','23'),('a','d','9'),('b','g','5'),('b','f','8'),('b','d','47');

数据分析

利用case  when 进行行转列

selectcol1,case col2 when 'g' then col3 else 0 end as g,case col2 when 'f' then col3 else 0 end as f,case col2 when 'd' then col3 else 0 end as d
from test;

 

 最后,分组求max值即可

selectcol1,max(case col2 when 'g' then col3 else 0 end) as g,max(case col2 when 'f' then col3 else 0 end) as f,max(case col2 when 'd' then col3 else 0 end) as d
from test
group by col1;

 最终的输出结果:

小结

http://www.yayakq.cn/news/260944/

相关文章:

  • 网站建设报价单模板下载网店美工需要掌握哪些软件
  • 住房和城乡建设部官方网站已网站开发哪里接到单子的
  • 品牌网站建设设计公司代备案域名30元
  • 爱淘苗网站开发模式网页设计模板百度云
  • 网站优化员seo招聘电影网站怎么做不犯法
  • 安阳企业网站优化外包个人建站提供软件下载
  • 备案期间网站能打开吗美词原创网站建设
  • 目前做汽配的网站有哪些wordpress 添加外观
  • 微商城网站建设渠道勒流有做网站的吗
  • 网络营销网站设计网站首页的布局设计
  • 做名人故居的网站多少钱手机商城页面设计
  • wordpress怎么添加网盘下载南阳seo优化公司
  • 电子商务网站创建过程wordpress 中文 相册插件
  • 建设银行广东分行网站浏览器主页网址
  • 济南网站建设维护东城做企业网站多少钱
  • 靖江网站设计好看的网站后台界面
  • 网站风格总结网站建设心得感想
  • 普陀区建设局网站WordPress上传文件格式
  • 天津网站建设推广服务泉州关键词排名
  • 做商城网站哪里好网站横向菜单
  • 许昌工程建设信息网站wordpress 发布时间不对
  • wordpress 上传安装网站seo 文章转载 修改标题
  • 广西建设工程造价管理协会网站做文字图片的网站
  • 做网站什么职业网站建设域名什么意思
  • 整站优化外包服务律师做网站费用
  • 建设银行网银显示网站丢失flash网站建设技术精粹
  • 佛山 网站建设 骏域互动网站建设什么意思
  • 网站建设与制作教案八爪鱼采集器WordPress接口
  • 济南智能网站建设做简单网站怎么做
  • asp网站跳转浏览器网站建设投入及费用