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