A、B、C、D 字段为四种指标值,现在要查询每种指标的平均值(NULL值的需要过滤),查询SQL: select a_total/a_total_len as a_average, ...
確定! 回上一頁