This commit is contained in:
@@ -58,7 +58,7 @@ AuthorizationRoles.Accounting;
|
||||
GROUP BY x,z
|
||||
)
|
||||
select X,Z,
|
||||
wocount / sum(wocount) over (partition by X) * 100 as Y
|
||||
ROUND(wocount / sum(wocount) over (partition by X) * 100,2) as Y
|
||||
from subq
|
||||
order by x ASC
|
||||
) t";
|
||||
|
||||
Reference in New Issue
Block a user