ソースコード
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_5) 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_5) 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_5) 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_5) 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_5) 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:36:58
コンテスト第1回 SQLコンテスト
問題睡眠時間帯別集計
受験者jau5
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量101 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
91 MB
データパターン2
WA
101 MB