ciao!
(MySQL Reference Manual for version 4.0.21.)
14.1.8.2 Comparisons Using Subqueries
Riporta questo esempio(che cmq ho provato e sembra non funzionare):
SELECT * FROM t1 AS t
WHERE 2 = (SELECT COUNT(*) FROM t1 WHERE t1.id = t.id);
...sapete dirmi altro?!?!
Grazie.