Mailinglisten-Archive | 
> gibt es ein Alternative wenn "Views" nicht von MySQL unterstützt wird?
ah, Mr. Microtek
na noch alles senkrecht ?????? ;-)
nein es gibt keine alternative zu den views. ich weiss
noch nicht einmal ob mySQL "create temporary table"
unterstützt.
doch tut es:
CREATE TEMPORARY TABLE tmp (
        article INT(4) UNSIGNED ZEROFILL DEFAULT '0000' NOT NULL,
        price   DOUBLE(16,2)             DEFAULT '0.00' NOT NULL);
7.7 CREATE TABLE syntax
CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)]
[table_options] [select_statement]
kiri
---
*** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql 
php::bar PHP Wiki - Listenarchive