mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
Update systab_summary.sql
This commit is contained in:
committed by
GitHub
parent
c5602595c8
commit
6eea826814
@@ -1,4 +1,4 @@
|
||||
select avg(mean_mult) as avg
|
||||
select round(avg(mean_mult),2) as avg
|
||||
from (
|
||||
select
|
||||
round(first_value(avg) over w, 2) as mean,
|
||||
|
||||
Reference in New Issue
Block a user