ソースコード
select
    i.item_code as CODE,
    case when i.item_name<>ih.item_name then i.item_name else null end as NAME
from item i
left join item_history ih on i.item_code=ih.item_code
order by i.item_code desc;
提出情報
提出日時2024/07/09 16:48:02
コンテスト第13回 SQLコンテスト
問題名称比較
受験者sjty9561
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
84 MB