We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863d59f commit ea38294Copy full SHA for ea38294
sql/3_load_profiles.sql
@@ -77,7 +77,7 @@ select
77
case when processed_tup_total > 0 then n_tup_upd::numeric / processed_tup_total else 0 end
78
from ops
79
)
80
- select upper(opname) || ' ~' || round(100 * ratio, 2)::text as zz
+ select upper(opname) || ' ~' || round(100 * ratio, 2)::text || '%' as zz
81
from ops_ratios
82
order by ratio desc
83
limit 1
0 commit comments