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