Galería de videos
Error 3 en la linea: 84. SQL query error:
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 video_rating DESC
LIMIT 6' at line 5 .
Query: SELECT video_id, video_url, video_name, video_description, video_thumb_url, video_votes, video_rating
FROM videos
WHERE estatus = 1 AND video_section = 'sitio'
AND video_id !=
ORDER BY video_rating DESC
LIMIT 6;