คือผมทำการ INNER JOIN 4 ตาราง แล้ว sql มันคืนค่าว่างเปล่ามาหนะครับผมต้องทำยังไงดี ช่วยเหลือหน่อยครับ T T
Code (PHP)
SELECT * FROM students INNER JOIN usertype ON (students.usertype_id=usertype.usertype_id)INNER JOIN status ON (students.id_status_topic=status.id_status_topic) INNER JOIN teachers ON (students.id_teachers=teachers.id_teachers) INNER JOIN topic ON (students.id_topic=topic.id_topic) WHERE User_students = 'nong'
SELECT * FROM
students INNER JOIN usertype ON (students.usertype_id=usertype.usertype_id)
INNER JOIN status ON (students.id_status_topic=status.id_status_topic)
INNER JOIN teachers ON (students.id_teachers=teachers.id_teachers)
INNER JOIN topic ON (students.id_topic=topic.id_topic)
WHERE User_students = 'nong'
SELECT * FROM
students INNER JOIN usertype ON (students.usertype_id=usertype.usertype_id)
INNER JOIN status ON (students.id_status_topic=status.id_status_topic) //แก้ตรงนี้ครับ ลองดู ฟิวที่เอามาเชคมันเหมือนกันอยู่
INNER JOIN teachers ON (students.id_teachers=teachers.id_teachers)
INNER JOIN topic ON (students.id_topic=topic.id_topic)
WHERE User_students = 'nong'
ผมลองเช็คดูแล้วน่ะครับ บรรทัดที่คุณบอก ผมเอาฟิว students เช็คกับ status อ่ะครับที่มี id_status_topic เหมือนกัน ที่เป็นคีย์ร่วม