1 |
4946
|
aaronmk
|
acronym,institutionCode,,
|
2 |
4950
|
aaronmk
|
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]
|
3 |
|
|
|
4 |
|
|
[1] Using the following query:
|
5 |
|
|
-----
|
6 |
|
|
SELECT acronym, accession_number, count(*)
|
7 |
|
|
FROM ""REMIB"".""Specimen""
|
8 |
|
|
GROUP BY acronym, accession_number
|
9 |
|
|
HAVING count(*) > 1
|
10 |
|
|
-----"
|
11 |
4899
|
aaronmk
|
long_deg,decimalLongitude,,
|
12 |
|
|
lat_deg,decimalLatitude,,
|
13 |
4857
|
aaronmk
|
coll_day,dayCollected,,
|
14 |
|
|
coll_month,monthCollected,,
|
15 |
|
|
coll_year,yearCollected,,
|