Sensor Tower公布2022年7月中国手游发行商全球收入排行榜,Sensor Tower商店情报平台显示,2022年7月中国手游发行商在全球
App Store 和 Google Play 的收入排名。本期共39个中国厂商入围全球手游发行商收入榜TOP100,合计吸金超过20.3亿美元,占全球TOP100手游发行商收入38.1%。
...
[ 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` < 1777335695 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.197544s ]
[ 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` < 1777335695 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 27920,20 [ RunTime:1.086898s ]