ソースコード
select
    i.item_code as CODE,
    case when ih.item_name is null or (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:49:56
コンテスト第13回 SQLコンテスト
問題名称比較
受験者sjty9561
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
83 MB