Project

General

Profile

« Previous | Next » 

Revision 11267

fix: inputs/CVS/taxonObservation_/postprocess.sql: fix 1 row that has denorm_kingdom != Kingdom (i.e. both NOT NULL but not the same)

View differences:

inputs/CVS/taxonObservation_/postprocess.sql
1
SELECT util.search_path_append('util');
2

  
3
UPDATE :table SET
4
denorm_kingdom = "Kingdom"
5
WHERE denorm_kingdom != "Kingdom"/*implies both NOT NULL*/ -- applies to 1 row (PLANTCONCEPT_ID 92372)
6
; -- rerun time: 0.5 s ("710.176 ms") @starscream; runtime: 2 s ("2211.789 ms") @starscream

Also available in: Unified diff