ソースコード
SELECT
    member_code as CODE
    ,last_name as L_NAME
    ,FIRST_name as F_NAME
FROM
    member_mst
WHERE
    last_name like '%田%'
ORDER BY
    member_code DESC;
提出情報
提出日時2024/11/21 16:30:53
コンテスト第13回 SQLコンテスト
問題文字位置指定検索
受験者hp
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量84 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
84 MB