openspecimen
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
refresh_cpr_spmn_stats
Parameters
Name
Type
Mode
Definition
begin call create_cpr_spmn_stats(); drop table if exists os_cpr_spmn_stats; alter table tmp_os_cpr_spmn_stats rename os_cpr_spmn_stats; create index os_cpr_spmn_stats_idx on os_cpr_spmn_stats (identifier); end