![]() |
Sergey Kornilov admin 1/30/2006 |
Hi, global $conn;
$strSQLSave = "INSERT INTO Slave (Field1,Filed2,Field3) SELECT Field1,Filed2,Field3 FROM Master where ".$where; where Field1,Field2,Field3 are the fields to be copied from Master to Slave. |
|
P
|
piki author 1/30/2006 |
Thanks Sergey, now it's works fine !!! |
|