[quote]There appears to be an error with the database.
You can try to refresh the page by clicking here.
Error Returned
[code]mySQL query error: SELECT * FROM ibf_cache_store WHERE cs_key IN (
[quote]There appears to be an error with the database.
You can try to refresh the page by clicking here.
Error Returned
[code]mySQL query error: SELECT * FROM ibf_cache_store WHERE cs_key IN (
อ่อ เข้าใจแระคับ
ลองดูที่ SQL Query ดูสิคับ
จะรู้
ใช้ตัวเชื่อม in มันใช้แบบนี้คับ
มันใช้แบบนี้ครับCode:SELECT * FROM `table_name` where `field_name` IN ('ค่าที่ถูกต้องพอดี')
ตัวอย่าง:
คือจะดึงข้อมูลนักเรียนที่ชื่อ สมศักดิ์ ทุกๆ คนออกมา สะกดด้วย "สมศักดิ์" เป๊ะๆ คับCode:SELECT * FROM `student` where `student_name` IN ('สมศักดิ์')
ถ้าจะดึงของ นร. หลายๆ คนก็
Code:SELECT * FROM `student` where `student_name` IN ('สมชาย', 'สมปอง', 'สมศักดิ์')
[SIZE=2]ใครช่างใจร้ายใจดำ ทำกับฉันได้ !!![/SIZE]
Actions : (View-Readers)
There are no names to display.