コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
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