root/inputs/MO/Specimen/postprocess.sql @ 7678
1 |
-- Remove frameshifted rows by detecting InstitutionCodes without any letters
|
---|---|
2 |
DELETE FROM "MO"."Specimen" |
3 |
WHERE NOT "InstitutionCode" ~ '[[:alpha:]]' |
4 |
;
|