| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Gabriel PREDA | Date: | March 22 2006 11:24am |
| Subject: | Re: mysql query and version problem .... Help! | ||
| View as plain text | |||
You don't need to drop a TEMPORARY table... it is dropped at connection-close ! You don't need to wory about different names for TEMPORARY tables... Manual says: > A TEMPORARY table is visible only to the current connection, and is > dropped automatically when the connection is closed. This means that two > different connections can use the same temporary table name without > conflicting with each other or with an existing non-TEMPORARY table of the > same name. > Good luck !
| Thread | ||
|---|---|---|
| • mysql query and version problem .... Help! | Gregory Machin | 21 Mar |
| • RE: mysql query and version problem .... Help! | Mark Addison | 21 Mar |
| • Re: mysql query and version problem .... Help! | Gregory Machin | 22 Mar |
| • Re: mysql query and version problem .... Help! | Peter Brawley | 22 Mar |
| • Re: mysql query and version problem .... Help! | Gregory Machin | 22 Mar |
| • Re: mysql query and version problem .... Help! | Gabriel PREDA | 22 Mar |
