SELECT INTO (MySQL)?
Thomas
- datenbank
hi,
weiss ob in mysql
SELECT *
INTO #temptable
FROM table
WHERE id LIKE 'suchbegriff%'
bzw. dann
SELECT ....
FROM #temptable JOIN ... JOIN ...
moeglich ist?
thanx
-t
nein, siehe manual.
ronny
nein, siehe manual.
ronny
danke .. wollte nur noch sicher gehen, da im manual nicht eindeutig gefunden habe das es nciht geht.
-t