1.select * from tbl_actor order by (follower_count+Recommend_weight)*weight_ratio desc limit 3;

2.order by (follower_count+Recommend_weight)*weight_ratio

3.可用于根据权值,做推荐列表用。

相关文章:

  • 2022-12-23
  • 2021-05-17
  • 2021-10-10
  • 2021-11-21
  • 2021-10-31
  • 2021-07-14
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2021-12-24
  • 2021-11-24
  • 2021-12-09
  • 2021-12-09
相关资源
相似解决方案