phpbar.de logo

Mailinglisten-Archive

[php] [OT] mysql-query - neuestes item aus 5 tables

[php] [OT] mysql-query - neuestes item aus 5 tables

Sebastian Bergmann sb_(at)_sebastian-bergmann.de
Sun, 11 Feb 2001 18:48:53 +0100


Kai Meder wrote:
> also in jeder table sind items und ich möchte nun EIN item haben,
> das laut "date" (timestamp) insgesamt das neueste aus den 5 tables ist.

      SELECT * 
        FROM tabelle1, tabelle2, tabelle3, tabelle4, tabelle5
    ORDER BY date DESC
       LIMIT 1

  Falls es funktioniert und das ist, was Du wolltest: Ich rauche nicht, aber
lese gerne, daher: http://wishlist.sebastian-bergmann.de/ :-)

  Gruß,
Sebastian

-- 
 sebastian bergmann         e-mail :              sb_(at)_sebastian-bergmann.de
                          homepage :      http://www.sebastian-bergmann.de
                       make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de


php::bar PHP Wiki   -   Listenarchive