|
|
|
จะทำการย้ายข้อมูลจาก table : main ไปยัง table : temporary ไม่ทราบว่าจะเขียนโค๊ดอย่างไรได้ครับ |
|
|
|
|
|
|
|
ลองดูพวก INSERT SELECT ครับ ทำได้ง่ายมาก ๆ
|
|
|
|
|
Date :
2014-05-15 09:44:46 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (SQL)
Insert into temporary(ID, Animals, Types)
(Select Isnull((Select Max(Temporary_ID)+1 From temporary),1), Animal, Type From Main Group By Animal, Type)
|
|
|
|
|
Date :
2014-05-15 13:59:46 |
By :
INTz |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|