shot-button
-

(SELECT `article_id` as Id,'article' as page FROM `article_master_206m` WHERE category_id=(select category_master_id from category_master where category_master_name='Entertainment') and sub_category_id=(select sub_category_master_id from sub_category_master where sub_category_master_name='Regional Indian Cinema News') and (article_date <='2024-04-26' and article_epoch<=1714079935) and active='Y' order by article_epoch desc limit 0,1) UNION ALL (SELECT `gallery_id` as Id,'gallery' as page FROM `gallery_master` WHERE category_id=(select category_master_id from category_master where category_master_name='Entertainment') and sub_category_id=(select sub_category_master_id from sub_category_master where sub_category_master_name='Regional Indian Cinema News') and (gallery_date <='2024-04-26' and gallery_epoch<=1714079935) and active='Y' order by gallery_epoch desc limit 0,1) UNION ALL (SELECT `video_id` as Id,'video' as page FROM `video_master` WHERE category_id=(select category_master_id from category_master where category_master_name='Entertainment') and sub_category_id=(select sub_category_master_id from sub_category_master where sub_category_master_name='Regional Indian Cinema News') and (video_date <='2024-04-26' and video_epoch<=1714079935) and active='Y' order by video_epoch desc limit 0,1) UNION ALL (SELECT `live_blog_id` as Id,'live_blog' as page FROM `live_blog_master` WHERE category_id=(select category_master_id from category_master where category_master_name='Entertainment') and sub_category_id=(select sub_category_master_id from sub_category_master where sub_category_master_name='Regional Indian Cinema News') and (live_blog_date <='2024-04-26' and live_blog_epoch<=1714079935) and active='Y' order by live_blog_epoch desc limit 0,1)

Error