rebuild_ranks — rebuild the calculated columns in RANKS for all rows with a specific Grp, Rnkdate, and Rnktype
int
rebuild_ranks
(
|
grp, | |
rnkdate, | ||
rnktype) ; |
NUMERIC(6,4)
grp
;
date
rnkdate
;
varchar(6)
rnktype
;This procedure rebuilds the Ags_Density, Ags_Reversals, and Ags_Expected columns for all rows in RANKS with the specified Grp, Rnkdate, and Rnktype. The INTERACT_DATA, PARTS, and RANKS tables provide the data necessary to rebuild these columns.
These columns are not automatically maintained by the system at this time.