Project

General

Profile

« Previous | Next » 

Revision 7701

inputs/MO/Specimen/postprocess.sql: Use :table instead of hardcoding "MO"."Specimen"

View differences:

inputs/MO/Specimen/postprocess.sql
1 1
-- Remove frameshifted rows by detecting InstitutionCodes without any letters
2
DELETE FROM "MO"."Specimen"
2
DELETE FROM :table
3 3
WHERE NOT COALESCE("InstitutionCode" ~ '[[:alpha:]]', false)
4 4
;

Also available in: Unified diff