Maurice G. O'Neill
Erreur SQL !
SELECT numfilm,titrevo,titrevf,titrebe,year,tv,sais,numgenre,direc,act,direc
FROM db_film
WHERE (direc LIKE '%%'
OR direc LIKE 'Maurice G. O'Neill%'
OR direc LIKE '%, Maurice G. O'Neill')
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 'Neill%'
OR direc LIKE '%, Maurice G. O'Neill')
ORDER by year DESC LIMIT 0, 0' at line 4