ソースコード
select class_name class, person_name person, amt households
from household
where (person_code <> 1) and (class_code <> "01")
group by class_code
having max(households)
order by class_code;
提出情報
提出日時2022/10/19 22:20:32
コンテスト第3回 SQLコンテスト
問題最大世帯人員
受験者noshi
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量96 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
96 MB
データパターン2
WA
95 MB