|
@ -10,7 +10,7 @@ |
|
|
figc.month_id as monthId, |
|
|
figc.month_id as monthId, |
|
|
figc.quarter_id as quarterId, |
|
|
figc.quarter_id as quarterId, |
|
|
figc.year_id as yearId, |
|
|
figc.year_id as yearId, |
|
|
AVG( figc.score ) AS score, |
|
|
ROUND(AVG( figc.score ),6) AS score, |
|
|
figc.customer_id as customerId, |
|
|
figc.customer_id as customerId, |
|
|
sca.pid AS parentId |
|
|
sca.pid AS parentId |
|
|
FROM |
|
|
FROM |
|
|