Ciao ragazzi, questo è il mio primo post in questo forum. Sto spostando il mio sito su altervita e già che ci sono lo sto aggiornando un pò.
Ho dei problemi con questa query:
Quando la eseguo mi restituisce questo errore.Codice:"SELECT tabella1.id AS id FROM tabella1 AS tab1 WHERE tab1.type = 'ordine' INNER JOIN tabella2 AS tab2 ON tab2.id_user1 = tab1.id_user WHERE tab2.id_user2 = '$userid' INNER JOIN tabella2 AS tab3 ON tab3.id_user2 = tab1.id_user WHERE tab3.id_user1 = '$userid' AND tab3.category = tab1.category";
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 'INNER JOIN' at line 1