ソースコード
select
member_code as CODE
, last_name as L_NAME
, first_name as F_NAME
from member_mst
where substr(last_name, 2, 1) = '田'
order by code desc
提出情報
提出日時2024/06/23 16:48:24
コンテスト第13回 SQLコンテスト
問題文字位置指定検索
受験者daku10
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量88 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
88 MB