🌈 搜索
📅  最后修改于: 2022-03-11 15:05:00.081000             🧑  作者: Mango
select (count(refinst)::decimal / (select count(*) from patients)::decimal) * 100 as "Formula" from patients;