欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

SQL 平均数统计

程序员文章站 2023-11-24 19:06:28
复制代码 代码如下:select cast(sum(score_comments_) / count(*) as decimal) as score from commen...

复制代码 代码如下:

select cast(sum(score_comments_) / count(*) as decimal) as score
from comments_toysgogo_
where (aboutid_comments_ = 81) and (table_comments_ = 'product')