mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-08-20
This commit is contained in:
@ -347,3 +347,16 @@ dspace=# select * from metadatavalue where metadata_field_id=11 and date(text_va
|
||||
```
|
||||
|
||||
- According to `dc.date.accessioned` (metadata field id 11) there have only been five items submitted since May
|
||||
- These are their handles:
|
||||
|
||||
```
|
||||
dspace=# select handle from item, handle where handle.resource_id = item.item_id AND item.item_id in (select item_id from metadatavalue where metadata_field_id=11 and date(text_value) > '2017-05-01T00:00:00Z');
|
||||
handle
|
||||
------------
|
||||
10947/4658
|
||||
10947/4659
|
||||
10947/4660
|
||||
10947/4661
|
||||
10947/4664
|
||||
(5 rows)
|
||||
```
|
||||
|
Reference in New Issue
Block a user