manhattes Posted July 29, 2015 Share Posted July 29, 2015 How do I put these results into a new table and move all 350 rows to a "finished" table? $query = "SELECT s.SName, s.Symbol, c.`Interventions`, c.`Study Results`, c.`Completion Date`, c.`First Received`, c.`Primary Completion Date` FROM Stocks s LEFT JOIN Calendar as c ON c.SName LIKE CONCAT('%', s.SName, '%' )LIMIT 350"; $result = mysql_query($query) or die(mysql_error()); Link to comment Share on other sites More sharing options...
Ch0cu3r Posted July 29, 2015 Share Posted July 29, 2015 Locked. You already have a topic open discussing the same issue. Link to comment Share on other sites More sharing options...
Recommended Posts