ソースコード
select
    max(class_name),
    max(amt)
from Household
where person_code != 1
and class_code != '01'
group by class_code
order by class_code
提出情報
提出日時2022/10/20 01:01:08
コンテスト第3回 SQLコンテスト
問題最大世帯人員
受験者jau5
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量99 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
99 MB
データパターン2
WA
99 MB