I have a php file with 
1. CREATE TEMPORARY TABLE on tableA; 
2. REPLACE into tableA; 
3. CREATE TEMPORARY TABLE on tableA;
4. REPLACE into tableA;

Can i be sure that the REPLACE in step 2. will be finished before the TEMPORARY table 
in step 3. is made?

Reply via email to