Revision 11788
Added by Aaron Marcuse-Kubitza almost 11 years ago
new_terms.csv | ||
---|---|---|
1 |
|
|
2 |
----- |
|
3 |
-----" |
|
4 |
FROM ""REMIB"".""Specimen"" |
|
5 |
GROUP BY acronym, accession_number |
|
6 |
HAVING count(*) > 1 |
|
7 |
SELECT acronym, accession_number, count(*) |
|
8 |
[1] Using the following query: |
|
9 |
accession_number,catalogNumber,,"Not globally unique, only (usually) unique within the institution providing the data (""acronym""). Note that there are nevertheless 11,869 rows where an accession_number appears multiple times within the same institution. [1] |
|
10 |
acronym,institutionCode,, |
|
1 |
acronym,specimenHolderInstitutions,, |
|
11 | 2 |
coll_day,dayCollected,, |
12 | 3 |
coll_month,monthCollected,, |
13 | 4 |
coll_year,yearCollected,, |
14 |
lat_deg,decimalLatitude,, |
|
15 |
long_deg,decimalLongitude,, |
|
5 |
lat_deg,latitude_deg_verbatim,, |
|
6 |
lat_min,latitude_min_verbatim,, |
|
7 |
lat_sec,latitude_sec_verbatim,, |
|
8 |
long_deg,longitude_deg_verbatim,, |
|
9 |
long_min,longitude_min_verbatim,, |
|
10 |
long_sec,longitude_sec_verbatim,, |
Also available in: Unified diff
**/new_terms.csv, unmapped_terms.csv updated (using `make missing_mappings`)