Project

General

Profile

« Previous | Next » 

Revision 11003

inputs/VegBank/taxon_observation.**/postprocess.sql: documented that there is no row_num because left-join to stemcount_, stemlocation_ adds rows to each taxonobservation_

View differences:

inputs/VegBank/taxon_observation.**/postprocess.sql
1 1
SELECT util.search_path_append('util');
2 2

  
3 3
SELECT force_update_view(:table_str, $$
4
/* no row_num because left-join to stemcount_, stemlocation_ adds rows to each
5
taxonobservation_ */
4 6
SELECT *
5 7
FROM              taxonobservation_
6 8
NATURAL LEFT JOIN stemcount_

Also available in: Unified diff