|
|
|
ทำ sql ค้นหาจากคำสั่ง like %$name% จากข้อมูล ในตารางหลาย คอลัมน์ ทำยังไงครับ |
|
|
|
|
|
|
|
ใช้ OR ครับ
Code (PHP)
SECLECT * FROM table WHERE field1 LIKE %....% OR field2 LIKE %....% OR field3 LIKE %....%
|
|
|
|
|
Date :
2014-11-06 10:57:40 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "select * from table where concat( number , ' , ', color , ' , ', pattern ) like '%$name%' ";
|
|
|
|
|
Date :
2014-11-06 10:59:14 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|