อยากได้ตัวอย่าง การ select ซ้อน select แบบ 3 table หน่อยครับ ^.^
ใช่ join ครับ
Code (PHP)
select table_1.tb_11,table_1.tb_12,table_1.tb_13,table_2.tb_21,table_2.tb_22,table_2.tb_23,table_3.tb_31,table_3.tb_32,table_3.tb_33 from table_1,table_2,table_3
Date :
2012-06-28 11:27:08
By :
pob_suwan
ถ้า 3 table มีความสัมพันธ์กันก็ join กันครับ
แต่ถ้าไม่มีความพันธ์กันเลยก็แบบด้านล่างเลยครับ
select * from table_1,table_2,table_3
Date :
2012-06-28 11:55:54
By :
mangkunzo
รบกวน คุณ oPOI3o กับ คุณ mangkunzo ช่วย select ตามรูปภาพได้ป่าวครับ ^.^
ขอบคุณครับ
ประวัติการแก้ไข 2012-06-28 13:00:09
Date :
2012-06-28 12:57:14
By :
nattkhanesha
ลองดูน่ะครับ
select * from table_1 tb1 inner join table_2 tb2 on tb1.tb_11= tb2.tb_21 inner join table_3 tb3 on tb1.tb_13 = tb3.tb_33
Date :
2012-06-28 13:27:36
By :
mangkunzo
ได้แล้วครับ ขอบคุณมากทุกคุณ ^.^
Date :
2012-06-28 17:56:19
By :
nattkhanesha
เรียน คุณ mangkunzo
แล้วถ้าผมอยากจะ update กับ delete ละครับ
ขอบคุณล่วงหน้าเลยนะครับ
Date :
2012-07-02 15:34:53
By :
nattkhanesha
ขอบคุณครับ ผมทำ update ได้แล้วครับ เหลือแต่ Delete ยังทำไม่ได้ครับ
ผม Delete ได้เพียง tb1 ตารางเดียว แต่ลบตามความสัมพันธ์ยังไม่ครับได้
Date :
2012-07-03 10:18:42
By :
nattkhanesha
Load balance : Server 03