Thomas: SELECT INTO (MySQL)?

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

  1. nein, siehe manual.
    ronny

    1. nein, siehe manual.
      ronny

      danke .. wollte nur noch sicher gehen, da im manual nicht eindeutig gefunden habe das es nciht geht.

      -t