Une erreur s'est produite
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-6,6' at line 11Dans la requete :
SELECT * from movie Inner Join movie_actor_ref ON movie.m_id = movie_actor_ref.ma_movie Inner Join movie_actor on movie_actor.id=movie_actor_ref.ma_actor INNER JOIN actrices ON movie_actor.display_name = actrices.nom WHERE actrices.rewrite_name = "rina-capone" AND movie.news = "0" ORDER BY m_modified DESC LIMIT -6,6