| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Hendrik Schalekamp | Date: | June 18 2002 8:51am |
| Subject: | RE: temporary table | ||
| View as plain text | |||
Wilbert: > i have this php script which queries a table. The results are > stored in a > temprrary table > "CREATE temporary TABLE t1 SELECT .....statements..."; > when I query this table in the same script i can see that the > results wore > indeed stored in t1. > however when i call this table from a different script I get > the error thet > t1 doesn't exists.... I beliebe this is because temporary tables are only accessible from (and in) the session in which they are created, once the session closes the tables dissapear. Do a search for "temporary" in the MySQL manual (http://www.mysql.com) for more info on temporary tables. -H
| Thread | ||
|---|---|---|
| • Working libmysqld.a for Tru64 5.1? | Randall Severy | 16 Jun |
| • Re: Working libmysqld.a for Tru64 5.1? | Dan Nelson | 16 Jun |
| • queries within queries | W. Enserink | 17 Jun |
| • RE: queries within queries | Nick Arnett | 17 Jun |
| • Re: queries within queries | Bhavin Vyas | 17 Jun |
| • Re: queries within queries | Tod Harter | 17 Jun |
| • temporary table | Wilbert Enserink | 18 Jun |
| • Re: temporary table | Victoria Reznichenko | 18 Jun |
| • Re: temporary table | Sammy Lau | 18 Jun |
| • RE: queries within queries | Robert Casey | 17 Jun |
| • RE: temporary table | Hendrik Schalekamp | 18 Jun |
