ソースコード
select
    cust_code CODE
    ,cust_name NAME
    ,cust_user_name USER_NAME
from
    customer
where
    cust_name like '株式会社%'
    or cust_name like '%商事%'
order by
    cust_code desc
;
提出情報
提出日時2024/10/04 21:36:56
コンテスト第1回 SQLコンテスト初級編
問題顧客名検索
受験者nosh
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量85 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
84 MB
データパターン2
AC
85 MB