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

jsp网站如何做seo360站长平台

jsp网站如何做seo,360站长平台,六安手机网站建设,做网站如何自己寻找客户一、条件函数 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.tj-hxxt.cn/news/43755.html

相关文章:

  • 零用贷网站如何做软文营销案例分析
  • 能上传文件的网站陕西seo推广
  • 禹州网站建设做竞价推广这个工作怎么样
  • 学网站前端中国万网
  • 我司如何自己建设动态网站千锋教育培训怎么样
  • 云南网站备案长尾关键词举例
  • 精美网站制作公司网络营销培训课程
  • 做直销会员网站免费网站推广软文发布
  • 做网站树立品牌形象怎么做自己的网页
  • 怎样用html制作网站阻断艾滋病的药有哪些
  • 自己做网站用软件免费发布信息的平台有哪些
  • 泰安新闻今日头条seo方案怎么做
  • 做液压的公司网站网站网页设计
  • 快递空包网站建设广州权威发布
  • flask做大型网站开发西安百度推广怎么做
  • php 关闭网站教你如何建立网站
  • 网站申请注册 免备案制作网站的工具
  • 教育机构网站建设公司网站的seo是什么意思
  • 网站建设维护课件ppt百度的营销方式有哪些
  • 漳州网站建设哪家好免费二级域名分发平台
  • 中国万网怎么自己做网站惠州seo报价
  • 湖北省两学一做网站提高网站权重的方法
  • 怎么下载网站的视频网站seo标题是什么意思
  • 闵行网站建设一个新手怎么去运营淘宝店铺
  • 在手机上怎么制作网站吗天津搜索引擎seo
  • 淘宝做网站独立站建站需要多少钱
  • 邢台推广网站建设电话bt种子磁力搜索引擎
  • 哪些人需要做网站申请域名
  • 企业网站建设公司短视频seo软件
  • 开一个网站需要什么百度指数的数据怎么导出