Tous
Erreur SQL : SELECT COUNT(titre) AS nb FROM films AS f
INNER JOIN films_categories AS c ON id_film = f.id
WHERE titre REGEXP '(^[0-9].*$)' AND c.id_categorie = ORDER BY titre
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 'ORDER BY titre' at line 3

