Hello, Lieven!

I will kindly answer...

Subselects are not supported in current released versions of mySQL.  Please "continue"
to ask questions, as that is what list groups are for.

Fredrick

Fred van Engen wrote:

> Hi,
>
> On Sun, Feb 18, 2001 at 05:23:02PM +0100, Lieven Op De Beéck wrote:
> > DELETE FROM product
> > WHERE product.id in
> >    (SELECT p.id
> >     FROM product p, category c
> >     WHERE p.cat=c.id AND c.subcatfrom=2)
> >
>
> You forgot to read the manual.
>
> Regards,
>
> Fred.
>
> --
> Fred van Engen                              XO Communications B.V.
> email: [EMAIL PROTECTED]             Televisieweg 2
> tel: +31 36 5462400                         1322 AC  Almere
> fax: +31 36 5462424                         The Netherlands
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to