Update notes for 2017-04-04

This commit is contained in:
2017-04-04 16:30:55 +03:00
parent b3331f7ae4
commit 06abe3dc80
6 changed files with 11 additions and 11 deletions

View File

@ -81,5 +81,5 @@ dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field
- In that case it might just be better to see how many the user submitted (both _with_ and _without_ bitstreams):
```
dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^(Submitted).*giampieri.*2016-.*';
dspace=# select * from metadatavalue where resource_type_id=2 and metadata_field_id=28 and text_value ~ '^Submitted.*giampieri.*2016-.*';
```