Salve,
ho provato a fare una interrogazione del tipo
ma mi viene restituito un errore di sintassi!codice:SELECT .... FROM tab1 INNER JOIN (tab2 INNER JOIN tab3 ON cond1) ON cod2![]()
Come dovrei scrivere questa query in mysql?
Salve,
ho provato a fare una interrogazione del tipo
ma mi viene restituito un errore di sintassi!codice:SELECT .... FROM tab1 INNER JOIN (tab2 INNER JOIN tab3 ON cond1) ON cod2![]()
Come dovrei scrivere questa query in mysql?
Sito personale:
http://www.pasqualemancini.it
SELECT ....
FROM (tab1 INNER JOIN tab2 ON cond1) INNER JOIN tab3 ON cod2
Grazzzzie
![]()
Sito personale:
http://www.pasqualemancini.it