請幫忙寫出如下要求的SQL語句,萬分感謝了

2023-01-25 00:45:52 字數 1074 閱讀 2090

1樓:匿名使用者

select year as 年份,

sum(case when month = 1 then value else 0 end) as 一月,

sum(case when month = 2 then value else 0 end) as 二月,

sum(case when month = 3 then value else 0 end) as 三月,

sum(case when month = 4 then value else 0 end) as 四月,

sum(case when month = 5 then value else 0 end) as 五月,

sum(case when month = 6 then value else 0 end) as 六月,

sum(case when month = 7 then value else 0 end) as 七月,

sum(case when month = 8 then value else 0 end) as 八月,

sum(case when month = 9 then value else 0 end) as 九月,

sum(case when month = 10 then value else 0 end) as 十月,

sum(case when month = 11 then value else 0 end) as 十一月,

sum(case when month = 12 then value else 0 end) as 十二月

from 表a

group by year

2樓:軒轅漁民

不判斷什麼邏輯的話

select '年份',group_concat(concat(month,'月'))

from 表a

group by year

union

select year,group_concat(value)from 表a

group by year

當然,group_concat 只能在mysql下使用

問一道SQL語句的題目,請各位幫幫忙

select 課程號,開課自系 from 課程 where 任課教師 select 學號,姓名 from 學生 where 所在系 計算機系 and 性別 女 and 年齡 20 select 姓名 from 學生 where 性別 女 and not exists select 課程號 from ...

用SQL語句建立簡單的資料庫 請大家幫忙啊

create database student gouse student create table s sno varchar 6 primary keyunique,下面的你自己照著格式就應該差不多啦 要經常查查幫助 上面很有幫助的 使用客戶端軟體,在圖形介面上按需要創一個。然後點選 檢視sql...

請寫出有關讀書的成語,句子,請寫出20個有關讀書的成語,5個句子

磨穿鐵硯 囊螢照讀 來牛角掛 自書bai 囊螢照書 七行俱下 然荻du讀書 三餘讀書 十年寒窗zhi 詩禮之家 十行俱下 書香門dao 第十年窗下 碩學通儒 書聲琅琅 大璞不完 孫康映雪 徒讀父書 韋編三絕 學富五車 尋章摘句 1讀書有三到 心到 眼到 口到。2讀萬卷書,行萬里路.3黑髮不知勤學早,...