Carlos Paz wrote:
>
> Hi people...
>
> I want to develop a search systems that uses a cache: if you look for
> something then you got the first X items, then if you hit the "show me
> the
> next X hits" button I won't make that search again; instead of that,
> I'll
> show you the following records from the cache already mentioned.
>
> Since Mysql doesn't support SELECT... INTO yet, I tought to build this
> with
< cut >
Hi Carlos
Mysql supports SELECT ... INTO, but it is spelled:
INSERT INTO ... SELECT ...
:)
Tschau
Christian
| Thread |
|---|
| • Mysql HorsePower | Carlos Paz | 20 May |
| • Re: Mysql HorsePower | Christian Mack | 20 May |