ソースコード


select 
  b.pf_code as CODE 
  ,b.pf_name as NAME 
  ,round(100 * (cast(promote_municipality as real) / municipality_ttl), 2) as RATIO
from sdgs a
inner join prefecture b 
  on a.pf_code = b.pf_code 
where survey_year = 2022

order by RATIO desc, b.PF_CODE

;
提出情報
提出日時2023/04/17 09:33:22
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者hattsuriboy
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量88 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
79 MB
データパターン2
AC
88 MB