|
|
|
สอบถามการ SELECT ข้อมูลอีกตารางเเล้วมา INSERT อีกตารางนึงครับ |
|
|
|
|
|
|
|
Code (SQL)
insert into tb2 (fl1, fl2, fl3) select da1, da2, da3 from tb2 where .....
|
|
|
|
|
Date :
2015-08-09 20:49:25 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$strSQL2 = "select id, code_14, code_18,price from truemoney_code where '".$cnf_vl[$i]."' insert into givetruemoney (id, username, code_14,code_18,price) VALUES ('0','".$_SESSION[username]."','".$objResult2["code_14"]."','".$objResult2["code_18"]."','".$cnf_vl[$i]."')";
$objQuery2 = mysql_query($strSQL2);
$objResult2 = mysql_fetch_array($objQuery2);
ถูกป่าวครับ
|
|
|
|
|
Date :
2015-08-09 20:53:53 |
By :
armremix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดูรูปแบบให้ดีครับ อะไรขึ้นก่อน อะไรอยู่หลัง
งงครับงงจริงๆ ตัวอย่าง 2 อัน ไม่มีอันไหนที่ select ขึ้นก่อนเลยนะครับ เอามาจากไหนครับเนี่ย
คงไม่ได้เอามาจากทั้ง 2 ตัวอย่างแน่ๆเลย 55555
|
|
|
|
|
Date :
2015-08-09 21:05:57 |
By :
NewbiePHP |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql = "INSERT INTO givetruemoney (code_14,code_18,price)
SELECT code_14, code_18,price FROM truemoney_code WHERE price = '".$cnf_vl[$i]."'";
mysql_query($sql);
ผมอยากให้มันดึง username ลงไปด้วยอะ
|
|
|
|
|
Date :
2015-08-09 21:18:29 |
By :
armremix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|