コンテストの制限時間が終了しました。
以降も提出を行うことができますが、順位集計には反映されません。
以降も提出を行うことができますが、順位集計には反映されません。
ソースコード
insert into conveni_sale_2018 (
survey_year
,pf_code
,total_value
)
select c.survey_year
,c.pf_code
,c.total_value
from convenience as c
where c.survey_year = 2018
and c.kind_code = '100'
and c.total_value is not null
提出情報
提出日時 | 2022/10/20 09:44:45 |
コンテスト | 第3回 SQLコンテスト |
問題 | 販売額のデータ移行 |
受験者 | yuyu03 |
状態 (詳細) | AC (Accepted: 正答) |
メモリ使用量 | 96 MB |
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
96 MB
データパターン2
AC
96 MB