Jump to content

Temporary Tables???


AV1611

Recommended Posts

If I do a query that create a temporary table like this

$result = mysql_query("create temporary table SILK (Select
products.COMP_COUNT,runtimes.HOURS,runtimes.QTY,runtimes.
DATE_RUN,runtimes.LINE,runtimes.PN,runtimes.SIDE
From products Inner Join runtimes ON runtimes.PN = products.PART_NO)");

then I do another query that creates a second temporary table ,

can you have more than one temporary table? or does it destroy the old one?

Link to comment
https://forums.phpfreaks.com/topic/13213-temporary-tables/
Share on other sites

Archived

This topic is now archived and is 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.