发行商Rooster Teeth Games和开发商Joey Drew Studios宣布,第一人称生存恐怖游戏《班迪与暗黑重生》(Bendy
and the Dark Revival)将于11月15日通过Steam登陆PC平台,售价29.99美元,该游戏稍后将登陆PlayStation和Xbox平台。
...
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1777972684 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.108602s ]
[ SQL ] SELECT post.*,min(category_post.category_id) as category_id FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = 1 AND `post`.`post_type` = 1 AND `post`.`delete_time` = 0 AND ( `post`.`create_time` >= 0 ) AND ( `category_post`.`category_id` = '17' ) AND ( `post`.`published_time` > 0 and `post`.`published_time` < 1777972684 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 22400,20 [ RunTime:0.476772s ]