phpbar.de logo

Mailinglisten-Archive

[php] =?ISO-8859-1?Q?Re:_[php]_mysql:_Wie_finde_ich_die_L=F6cher_im_K ?= =?ISO-8859-1?Q?=E4se=3F?=

[php] Re: [php] mysql: Wie finde ich die Löcher im K äse?

Max Winde php_(at)_phpcenter.de
Wed, 11 Sep 2002 15:21:06 +0200


Am Mittwoch, 11.09.02, um 14:43 Uhr (Europe/Berlin) schrieb Enrico
Weigelt:

> hmm.
>
> table kaese ( msgid int, message text, ...) ;
> table maus ( uid int, msgid int );
>
> select ... from kaese where not exists (
>   select * from maus where kaese.msgid = maus.msgid and maus.uid =
> $user
> );

Neeeeee:

The following will not yet work in MySQL:

SELECT * FROM table1 WHERE id IN (SELECT id FROM table2);
SELECT * FROM table1 WHERE id NOT IN (SELECT id FROM table2);
SELECT * FROM table1 WHERE NOT EXISTS (SELECT id FROM table2 where
table1.id=table2.id);

Aus dem mySQL Manual

> ~-n,
> projekt kaesebrot

;)

Das Brot bitte groß. :)

Max

--

     [:: ]  projekt Brot
            max.winde_(at)_projekt-brot.de
            http://www.projekt-brot.de

            die andere php liste
            http://phpforfun.projekt-brot.de


php::bar PHP Wiki   -   Listenarchive