Jump to content

how to insert/create results into a new table


manhattes

Recommended Posts

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.