Salve

ho Winxp e ho installato
Apache(ver. 1.3.27) + Php 4(ver. 4.2.3)
+ Mysql(ver. 4.0.15) + PhpMyAdmin(ver. 2.5.3).

Perchè phpmyadmin alla query riportata mi restituisce l'errore:

Codice PHP:
 Errore

query SQL 
:  

SELECT codice
FROM tipologia
WHERE NOT 
EXISTS 
(
SELECT codicefiscale
FROM paziente
WHERE codicetipologia 
codice
)

Messaggio di MySQL


#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax 
to use near 'EXISTS ( SELECT codicefiscale FROM paziente WHERE codicetipolo 
La clausola "NOT EXISTS" non è supportata?

Grazie