ソースコード
select 
cust_code as CODE,
cust_name as NAME,
cust_user_name as USER_NAME

from Customer
where substr(cust_name,1,4)="株式会社" 
    or instr(cust_name,"商事")>0 
order by code desc;
提出情報
提出日時2024/06/09 15:29:29
コンテスト第1回 SQLコンテスト初級編
問題顧客名検索
受験者kate
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量96 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
96 MB
データパターン2
AC
85 MB