ソースコード
insert into CONVENI_SALE_2018
select
    survey_year,
    pf_code,
    total_value
from CONVENIENCE
where 1 = 1
and survey_year = 2018
and kind_code = '100'
and total_value is not null
;
提出情報
提出日時2024/11/03 01:44:48
コンテスト第3回 SQLコンテスト
問題販売額のデータ移行
受験者negroponte
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量86 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
85 MB
データパターン2
AC
86 MB