|
 |
สอบถามเรื่องการเขียน sql เพื่อตรวจสอบข้อมูลจาก ตารางโดยเก็บข้อมูลเป็นแบบ array |
|
 |
|
|
 |
 |
|
Code (SQL)
select id,name,right(left(team,3),1) as team from temp where right(left(team,3),1) = 2 ;
Code (SQL)
select * from temp where team like '%2%';
|
 |
 |
 |
 |
Date :
2015-05-12 16:30:23 |
By :
ipstarone |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|
Load balance : Server 01
|