Tip O'Neil
Erreur SQL !
SELECT numfilm,titrevo,titrevf,titrebe,year,tv,sais,numgenre,act,act,direc
FROM db_film
WHERE (act LIKE '%%'
OR act LIKE 'Tip O'Neil%'
OR act LIKE '%, Tip O'Neil')
ORDER by year DESC LIMIT 0, 0You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Neil%'
OR act LIKE '%, Tip O'Neil')
ORDER by year DESC LIMIT 0, 0' at line 4