|
|
|
คำสั่ง mysql ดูคำอธิบายจากรูปครับ อยากได้คำสั่ง Mysql ให้ข้อมูลออกมาจามภาพครับ |
|
|
|
|
|
|
|
ออกแบบตารางไม่ตอบสนองแบบมากๆ ดูแล้วยังไม่เข้าใจระบบเบิกจ่ายซักเท่าไหร่
- table : stock [id,name,quantity]
- table : department [id,name]
- table : input [id,department_id(FK),stock_id(FK),quantity]
- table : output [id,department_id(FK),stock_id(FK),quantity]
ลองออกแบบตามนี้
Insert
- เมื่อ input นำ quantity[input->quantity] ไปบวกกับ [stock->quantity]
- เมื่อ output นำ quantity[output->quantity] ไปลบกับ [stock->quantity]
Delete
- เมื่อมีการลบ input นำ quantity[input->quantity] ไปลบกับ [stock->quantity]
- เมื่อมีการลบ output นำ quantity[input->quantity] ไปบวกกับ [stock->quantity]
|
ประวัติการแก้ไข 2020-02-28 12:08:00
|
|
|
|
Date :
2020-02-28 12:06:03 |
By :
Genesis™ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|