Erreur VideoDAL::getMostViewed Server shutdown in progress
SELECT V.videoId, V.videoTitle, V.videoUrl, SUM(S.viewCount) AS videoView FROM Videos AS V INNER JOIN VideosViews AS S ON V.videoId=S.videoId WHERE videoStatus=1 AND videoUrl LIKE 'http://www.youtube%' AND viewDate > DATE_SUB('2026-4-16', INTERVAL 7 DAY) GROUP BY V.videoId, V.videoTitle, V.videoUrl, V.addDate ORDER BY SUM(S.viewCount) DESC, V.addDate DESC LIMIT 0,5