ソースコード
select p.pf_code as CODE, p.pf_name as NAME,
round(
    (cast(promote_municipality as real) / municipality_ttl)*100,2
) as RATIO
from prefecture as p
left outer join sdgs as s
on p.pf_code = s.pf_code
where survey_year = 2022
order by RATIO desc, CODE
提出情報
提出日時2023/08/21 10:05:07
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者InakaMon
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量96 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
96 MB
データパターン2
AC
95 MB