|
|
|
โชว์ข้อมูลเฉพาะที่ต้องการ เเต่มีปัญหาตรงบางส่วนที่ inner join มาโชว์มันเป็นข้อมูลอื่น เเก้ไงดีคะ php |
|
|
|
|
|
|
|
มันมีของข้อมูลสินค้าด้วยนะคะ ไม่ใช่เเค่ customer
|
|
|
|
|
Date :
2016-06-28 12:18:37 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เขียน JOIN เชื่อม Key ให้ครบก็ได้แล้วครับ
|
|
|
|
|
Date :
2016-06-28 16:19:00 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนขอดู table ที่ใช้ join ด้วยครับ
|
|
|
|
|
Date :
2016-06-29 11:11:00 |
By :
stepartz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆค่ะ ตอนนี้ได้เเล้วค่ะ ให้เพื่อนทำให้ inner join มาเยอะมาก
Code (PHP)
$sql = "SELECT * FROM product inner join customer ON product.c_id=customer.c_id where product.pro_id ='$pro_id'";
//where product.c_id ='$c_id'"; เชื่อม c_idมา ข้อมูลลูกค้า
$sqll = "SELECT * FROM product inner join status_pro ON product.status_id=status_pro.status_id where pro_id='$pro_id' ";
$resultt = mysql_query( $sqll);
$sql1 = "SELECT * FROM product inner join pro_type ON product.tp_id=pro_type.tp_id where pro_id='$pro_id'" ;
$sql2="select * from product inner join redeem on product.redeem_id=redeem.redeem_id";
echo mysql_error ();
$sql3="select * from product inner join pawitem on product.pawitem_id=pawitem.pawitem_id";
$result3 = mysql_query( $sql3 );
$result = mysql_query( $sql );
|
|
|
|
|
Date :
2016-06-30 16:33:43 |
By :
ployploy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|