phpMyAdmin: inserisco una query che fino a poco fa funzionava e ora mi dà errore:
codice:
query SQL: 

S 
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 'S' at line 1


la query è:


codice:
SELECT DISTINCT email, password 
FROM utenti 
WHERE email = 'mionome@miodominio.it'
 AND password = '4ba36d23a78c7393b4900ef38019d8ff' 
AND autenticato=1";




qualche idea?

tnx