Se stampo la variabile $query_ris mi restituisce questo:

codice:

Codice PHP:
select nome,username,email,data from users order by nome asc limit 0
che è giusto, ma allora perchè mySql mi restituisce l'errore:

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 '-5, 5' at line 1?

Da dove arriva quel -5,5 se mi stampa 0,5?

Non capisco...