|
|
|
- MySql มีปัญหา ช่วยให้ความกระจ่างหน่อย ขอบคุณครับ |
|
|
|
|
|
|
|
เท่าที่อ่านเป็น ความสัมพันธืแบบ
one ( table1) to many (table2)
ออกแบบ Database ดังนี้
table1 strr_id,stor_name
table2 com_is,com_name,stor_id
เขียน คำสั่งดังนี้
select table1.stor_name , table2.com_name from table1 , table2 where stor_name='ชื่อแผนกที่ต้องการ'
ไม่รู้อย่างนี้จาใช้ได้เหมือนกันอ่ะป่าวนะคับ
ลองถามผู้รู้อีกที
|
|
|
|
|
Date :
18 เม.ย. 2548 09:55:40 |
By :
nut_T02 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select table1.stor_name ,
table2.com_name
from table1 , table2
where ( table1.strr_id = table2.stor_id ) AND ( table1.stor_name='ชื่อแผนกที่ต้อง )
ร่วมด้วยช่วยกันฮะ
|
|
|
|
|
Date :
18 เม.ย. 2548 11:51:00 |
By :
Jack |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|