egdb3_13_6
.biblio
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
normalize_biblio_monograph_part_sortkey()
Parameters
Name
Type
Mode
IN
Definition
BEGIN NEW.label_sortkey := REGEXP_REPLACE( evergreen.lpad_number_substrings( naco_normalize(NEW.label), '0', 10 ), E'\\s+', '', 'g' ); RETURN NEW; END;