phpbar.de logo

Mailinglisten-Archive

Re: tabelle Kopieren, temporärer Tabelle
Archiv Mailingliste mysql-de

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tabelle Kopieren, temporärer Tabelle



> 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 


Home | Main Index | Thread Index

php::bar PHP Wiki   -   Listenarchive