Salve a tutti.
Riprendo questa discussione perchè ho usato le modalità spiegate in questa discussione per ripetere la ricerca in un altro file, ma stranamente stavolta ricevo questo messaggio:
Codice:
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 'BETWEEN '2019-06-01' AND DATE_ADD('2019-06-01', INTERVAL 1 MONTH)' at line 1
La query impostata è la seguente :
Codice PHP:
$query = "SELECT * FROM notturni, residenti, esterni WHERE abitante= cod_res and data_entrata = BETWEEN '$anno-$mese-01' AND DATE_ADD('$anno-$mese-01', INTERVAL 1 MONTH)";
Sembra che non vada bene la sintassi, eppure uso la stessa procedura che mi aveva suggerito mzanella per il mio bisogno analogo.