摘要: 方法一:我自己写的 # with t as # ( # select * # ,case when host_goals>guest_goals then 3 when host_goals=guest_goals then 1 else 0 end as host_score, # case wh 阅读全文
posted @ 2021-08-09 16:35 luckie 阅读(208) 评论(0) 推荐(0)