Questa è la query ma mi da errore nella subquery ,come mai ?
SELECT * FROM tbDownload_File
WHERE ID_Cat = ANY(SELECT ID FROM tbDownload_Cat WHERE ID_Cat_Padre=$category)
ORDER BY Data_Inserimento;
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 '(SELECT ID FROM tbDownload_Cat WHERE ID_Cat_Padre=1) ORDER BY D
Indietro