ソースコード
select 
    age_code `年齢コード`, 
    age_name `年齢階層名`,  
    (select sum(sp_time_5) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `5時間未満`,
    (select sum(sp_time_6) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `5時間以上6時間未満`,
    (select sum(sp_time_7) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `6時間以上7時間未満`,
    (select sum(sp_time_8) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `7時間以上8時間未満`,
    (select sum(sp_time_9) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `8時間以上9時間未満`,
    (select sum(sp_time_9over) from sleep_time_dtl std where pf_code in ('01000', '02000', '03000', '04000', '07000') and std.age_code=ag.age_code) `9時間以上`
from age_grp ag order by `年齢コード`
提出情報
提出日時2022/07/20 20:38:16
コンテスト第1回 SQLコンテスト
問題睡眠時間帯別集計
受験者jau5
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量101 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
101 MB
データパターン2
AC
92 MB