| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Jigal van Hemert | Date: | January 10 2006 2:42pm |
| Subject: | Re: temporary table issue | ||
| View as plain text | |||
Xiaobo Chen wrote: > Hi, all > > I am trying to use this with error: > > drop temporary tabel temp_a if exists 'temp_a'; > > it said syntax error. Try: DROP TEMPORARY TABLE IF EXISTS `temp_a`; ('table' instead of 'tabel'; table name only once; backticks around table name instead of quotes) http://dev.mysql.com/doc/refman/5.0/en/drop-table.html Regards, Jigal. Attachment: [application/x-pkcs7-signature] S/MIME Cryptographic Signature smime.p7s
| Thread | ||
|---|---|---|
| • temporary table issue | Xiaobo Chen | 10 Jan |
| • Re: temporary table issue | Jigal van Hemert | 10 Jan |
| • Re: temporary table issue | Xiaobo Chen | 10 Jan |
| • Re: temporary table issue | Ben Clewett | 10 Jan |
| • Re: temporary table issue | Jigal van Hemert | 10 Jan |
| • Re: Geogrphic Advise | Ben Clewett | 10 Jan |
| • Re: temporary table issue | Bill Dodson | 10 Jan |
