ソースコード
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 RATIO
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:16:56
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者sakichiii
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
84 MB