Radoslaw Zielinski <[EMAIL PROTECTED]> [28-05-2007 12:29]:
> Elan Ruusamäe <[EMAIL PROTECTED]> [25-05-2007 16:23]:
> [...]
>> mysql> select a.category_id,count(*) from album a where exists (select 
>> album_id from image where album_id=a.id) group by 1;
>> Empty set (0.00 sec)
> This query makes little sense and is not ANSI SQL compliant (category_id

Correction: I'm just plain wrong.  I didn't know about this syntax.

-- 
Radosław Zieliński <[EMAIL PROTECTED]>

Attachment: pgpV8dSUpiBuP.pgp
Description: PGP signature

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to