ソースコード
select
    a.pf_code as CODE,
    b.pf_name as NAME,
    round(100.0 * cast(a.promote_municipality as real) / cast(a.municipality_ttl as real), 2) as RATIO
from sdgs as a
inner join prefecture as b
using(pf_code)
where a.survey_year = 2022
order by 3 desc, 1;
提出情報
提出日時2023/05/14 11:37:31
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者miotsukushi0800
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量77 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
77 MB
データパターン2
AC
77 MB