ソースコード
insert into CONVENI_SALE_2018
select con.survey_year, con.PF_CODE, con.total_value
from convenience con
where con.survey_year = 2018 and con.kind_code = 100 and con.total_value is not null;

提出情報
提出日時2022/10/19 22:09:59
コンテスト第3回 SQLコンテスト
問題販売額のデータ移行
受験者noshi
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量105 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
105 MB
データパターン2
AC
105 MB