That is exactly what I want, Thanks Rafal

PS: does anybody know if there are plans to support nested queries in mySQL?

> Hi,
> maybe something like this:
> select a.PersonId from PersonProject a left join PersonProject b
> on(a.PersonID=b.PersonID and b.ProjectID=2) where b.PersonID 
> is null group by
> a.PersonID;
> 
>   
> -- 
> _/        _/  _/_/_/  -----     Rafał Jank [EMAIL PROTECTED]     -----
>  _/  _/  _/  _/   _/         Wirtualna Polska SA   http://www.wp.pl 
>   _/_/_/_/  _/_/_/    ul. Uphagena 2, 80-237 Gdansk, tel/fax. 
> (58) 5215625
>    _/  _/  _/         --------==*  http://szukaj.wp.pl *==----------
> 

---------------------------------------------------------------------
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