ソースコード
select cust_code as code, cust_name as name, cust_user_name as user_name from customer
where name like "株式会社%" or name like "%商事%"
order by code
提出情報
提出日時2024/06/11 21:50:56
コンテスト第1回 SQLコンテスト初級編
問題顧客名検索
受験者dai
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量85 MB
メッセージ
テストケース(通過数/総数)
0/2
状態
メモリ使用量
データパターン1
WA
84 MB
データパターン2
WA
85 MB