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