Salve a tutti, ho questa query sql
codice:
"SELECT * from ´impostazioni offerte itinerari´ INNER JOIN agriturismi ON ´impostazioni offerte itinerari´.´nome locale´ = agriturismi.nome where ´impostazioni offerte itinerari´.stato = 'attivo' AND tipo = 'offerta'"
mi da questo errore:
codice:
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]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 '´impostazioni offerte itinerari´ INNER JOIN *.agriturismi ON ´im
ho consultato qualche manuale, ma a me sembra che la sintassi sia corretta...
potete aiutarmi pls?
grazie, ciao.