Cosa sbaglio ??
Codice PHP:
SELECT nome,cognome FROM socio
WHERE id IN
(SELECT idsocio
FROM polizza
WHERE codicepolizza LIKE '130/166%'
Viene fuori il sequente errore
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 '' at line 5
....