1 | SELECT `Ytvideos`.`videoId`, `Ytvideos`.`created`, `Ytvideos`.`modified`, `Ytvideos`.`publishedAt`, `Ytvideos`.`channelTitle`, `Ytvideos`.`channelId`, `Ytvideos`.`title`, `Ytvideos`.`description`, `Ytvideos`.`thumbnails`, `Ytvideos`.`disabled` FROM `duckshit`.`ds_yt_videos` AS `Ytvideos` WHERE `disabled` = 'N' AND `channelId` IN ('UCLr3jFzjbOrO85jOiTf9aoQ', 'UCfNb9ttrUi7AVN_kjooN_JQ', 'UCO7-DkHnbv402jp6otZvgfw', 'UC4RVlnJn3nUO7N_mLtVyAkg') ORDER BY `publishedAt` DESC LIMIT 5 | | 5 | 5 | 5 |
2 | SELECT `Ytfeatured`.`videoId`, `Ytfeatured`.`priority`, `Ytfeatured`.`created`, `Ytfeatured`.`modified`, `Ytfeatured`.`disabled`, `Ytvideos`.`videoId`, `Ytvideos`.`created`, `Ytvideos`.`modified`, `Ytvideos`.`publishedAt`, `Ytvideos`.`channelTitle`, `Ytvideos`.`channelId`, `Ytvideos`.`title`, `Ytvideos`.`description`, `Ytvideos`.`thumbnails`, `Ytvideos`.`disabled` FROM `duckshit`.`ds_yt_featured` AS `Ytfeatured` LEFT JOIN `duckshit`.`ds_yt_videos` AS `Ytvideos` ON (`Ytvideos`.`videoId` = `Ytfeatured`.`videoId`) WHERE `Ytfeatured`.`disabled` = 'N' ORDER BY `priority` DESC LIMIT 5 | | 5 | 5 | 1 |
3 | SELECT `Igphotos`.`id`, `Igphotos`.`igid`, `Igphotos`.`created`, `Igphotos`.`modified`, `Igphotos`.`created_time`, `Igphotos`.`username`, `Igphotos`.`full_name`, `Igphotos`.`text`, `Igphotos`.`images`, `Igphotos`.`link`, `Igphotos`.`disabled` FROM `duckshit`.`ds_ig_photos` AS `Igphotos` WHERE `Igphotos`.`disabled` = 'N' ORDER BY `created_time` DESC LIMIT 5 | | 5 | 5 | 1 |