ソースコード
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/28 03:53:09
コンテスト第13回 SQLコンテスト
問題文字位置指定検索
受験者takey
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量87 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
85 MB
データパターン2
AC
87 MB