質問編集履歴

1

タイポ修正

2017/07/30 02:40

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  ```php
22
22
 
23
- var_dump(DB::select('select * from user where title like "%?%"',['佐藤']));
23
+ var_dump(DB::select('select * from user where name like "%?%"',['佐藤']));
24
24
 
25
25
  exit();
26
26