世嘉股份有限公司宣布,《Farming Simulator 25(模拟农场 25)》将于2024年11月12日(周二)发售。实体版已于今日开启预购。本作预计在PlayStation®5/Xbox Series X|S/PC(Steam/Epic Games Store/Windows)/Mac平台登陆。
...
[ 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` < 1777228829 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.159779s ]
[ 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` < 1777228829 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 4540,20 [ RunTime:0.458488s ]