ソースコード
select
    TBLA.ITEM_CODE as CODE,
    case
        when TBLA.ITEM_NAME = TBLB.ITEM_NAME then 'NULL'
        else TBLA.ITEM_NAME
    end as NAME
from
    ITEM as TBLA
left outer join ITEM_HISTORY TBLB on TBLA.ITEM_CODE = TBLB.ITEM_CODE
order by
    1 desc
提出情報
提出日時2024/06/21 16:29:58
コンテスト第13回 SQLコンテスト
問題名称比較
受験者M_ENDO
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
83 MB