ソースコード
select  p.PF_CODE as CODE
        ,p.PF_NAME as NAME
        ,round((cast(s.PROMOTE_MUNICIPALITY as real) / cast(s.MUNICIPALITY_TTL as real)) * 100,2) as RATIO
  from  SDGS s,PREFECTURE p
 where  p.PF_CODE = s.PF_CODE
   and  SURVEY_YEAR = 2022
 order by round((cast(s.PROMOTE_MUNICIPALITY as real) / cast(s.MUNICIPALITY_TTL as real)) * 100,2) desc,p.PF_CODE
提出情報
提出日時2023/04/14 20:01:39
コンテスト第6回 SQLコンテスト
問題SDGs推進割合
受験者ksw_201815
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量82 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
82 MB
データパターン2
AC
81 MB