ソースコード
select
s.pf_code as CODE,
p.pf_name as NAME,
round(cast(promote_municipality as real) / cast(municipality_ttl as real)*100,2) as PATIO
from sdgs as s
inner join prefecture as p
on p.pf_code = s.pf_code
where survey_year = 2022
order by 3 desc ,1
提出情報
提出日時2024/04/10 23:15:09
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者sakichiii
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量83 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
83 MB
データパターン2
WA
83 MB