|
|
|
อยากทราบการดึงข้อมูล 2 ตาราง มาแสดง ในหน้าเดียวอะครับ |
|
|
|
|
|
|
|
อยากทราบอะครับผมจะดึง ข้อมูล 2 ตารางมาแสดง ในหน้าเดียว อะครับ
ข้อมูลในตารางแรก ชื่อตารางว่า orders มีข้อมูล order_id,order_date,customer_id,order_address,tel,totalprice1
ข้อมูลในตารางที่สอง ชื่อตารางว่า order_details มีข้อมูล id, order_detail_quantity, price_piece, Pro_id, order_id, totalprice
อยากจะแสดง order_id , customer_id, order_address,tel, Pro_id, order_detail_quantity, price_piece, totalprice, totalprice1
แบบนี้อ่ะครับ ตามลำดับ
order_id =รหัสสั่งซื้อ
customer_id =รหัสลูกค้า
order_address = ที่อยู่
tel= เบอร์โทร
Pro_id=รหัสสินค้า
order_detail_quantity=จำนวน
price_piece=ราคาต่อชิ้น
totalprice =ราคารวม (ราคาต่อชิ้น*จำนวน)
totalprice1 = ราคารวม
อยากทราบโค้ดอะครับ ขอบคุณมาก ๆ นะครับ
Tag : PHP, MySQL, HTML/CSS, JavaScript, CakePHP, JAVA
|
|
|
|
|
|
Date :
2017-02-25 19:42:29 |
By :
rewat sattapong |
View :
657 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JOIN ตารางครับ ลองศึกษาดู
|
|
|
|
|
Date :
2017-02-26 15:49:21 |
By :
thesin18598 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=> SQL JOIN
|
|
|
|
|
Date :
2017-02-27 09:54:50 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|