| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | August 3 2003 8:52pm |
| Subject: | Re: Nested SELECT statements problem | ||
| View as plain text | |||
In the last episode (Aug 03), Pascal Dlisle said: > Finally, I solved my problem by creating a temporary table that holds > the result of the subquery. So, it looks like this: ... > The only problem I see is when there are concurrent access to the > table "livreTemp", e.g. when there are multiple simultaneous requests > of that kind. Is there a better way for achieving this under mySQL > 3? Use the CREATE TEMPORARY TABLE command, which creates tables which are invisible to other client connections and are automatically dropped when the client exits. -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • Nested SELECT statements problem | Pascal Délisle | 3 Aug |
| • Re: Nested SELECT statements problem | Dan Nelson | 3 Aug |
| • Re: Nested SELECT statements problem | Inc Eternal Designs | 3 Aug |
| • RE: Nested SELECT statements problem | Lin Yu | 3 Aug |
| • Re: Nested SELECT statements problem | Pascal Délisle | 3 Aug |
| • Re: Nested SELECT statements problem | Pascal Délisle | 3 Aug |
| • Re: Nested SELECT statements problem | Jim McAtee | 3 Aug |
| • Re: Nested SELECT statements problem | Pascal Délisle | 3 Aug |
| • Re: Nested SELECT statements problem | Matthew McNicol | 3 Aug |
| • Re: Nested SELECT statements problem | Dan Nelson | 3 Aug |
| • Re: Nested SELECT statements problem | Adam Fortuno | 4 Aug |
