ソースコード
select
 member_code as code,
 last_name as l_name,
 first_name as f_name
from member_mst
where SUBSTRING(last_name,2,1) = '田'
order by member_code DESC
提出情報
提出日時2024/06/21 15:40:48
コンテスト第13回 SQLコンテスト
問題文字位置指定検索
受験者nmanh97
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量83 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
82 MB
データパターン2
WA
83 MB