root/inputs/VegBank/taxonobservation_/postprocess.sql @ 11173
1 |
SELECT util.search_path_append('util'); |
---|---|
2 |
|
3 |
|
4 |
SELECT mk_derived_col((:table_str, 'scientificName'), |
5 |
$$_alt("scientificName_verbatim", "scientificName__for_nearest_taxon_concept")$$) |
6 |
; -- runtime: 15 s ("Time: 12334.893 ms") @starscream |
7 |
|
8 |
|
9 |
SELECT create_if_not_exists($$ALTER TABLE $$||:table_str||$$ ADD PRIMARY KEY ("identificationID")$$); -- runtime: 1 s ("Time: 1342.115 ms") @starscream |