ソースコード
select
 sdgs.pf_code as CODE
 , pre.pf_name as NAME
 , round(cast(promote_municipality as real) / municipality_ttl * 100, 2) as RATIO
from sdgs
inner join prefecture pre
on pre.pf_code = sdgs.pf_code
where survey_year = 2022
order by ratio desc, sdgs.pf_code asc
提出情報
提出日時2024/11/08 09:50:15
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者nmanh
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量85 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
85 MB