在育碧本周最新的投资者简报会上,首席执行官
Yves Guillemot 被问及对微软收购动视暴雪交易的看法,而他对交易非常看好。他表示,这笔交易有助于展示 IP 的价值。不仅如此,Guillemot
表示,微软希望收购动视暴雪的部分原因是其 King 和《糖果传奇》的手机游戏业务,这证明了育碧自己在手机市场的投资方向没有错。
...
[ 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` < 1778016329 ) GROUP BY `post`.`id` ) `_group_count_` [ RunTime:0.108330s ]
[ 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` < 1778016329 ) GROUP BY `post`.`id` ORDER BY `post`.`create_time` DESC LIMIT 11720,20 [ RunTime:0.548953s ]