Skip to content

Commit ea38294

Browse files
committed
3: missing %
1 parent 863d59f commit ea38294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/3_load_profiles.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ select
7777
case when processed_tup_total > 0 then n_tup_upd::numeric / processed_tup_total else 0 end
7878
from ops
7979
)
80-
select upper(opname) || ' ~' || round(100 * ratio, 2)::text as zz
80+
select upper(opname) || ' ~' || round(100 * ratio, 2)::text || '%' as zz
8181
from ops_ratios
8282
order by ratio desc
8383
limit 1

0 commit comments

Comments
 (0)